请求修改
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
||||
|
||||
// eslint-disable-next-line camelcase
|
||||
let user_info = this.$local.getUserByCache().Manager.RealName
|
||||
this.$api.post('http://autophp.wyk/logs/index/clickVipInfo', {
|
||||
this.$api.post(this.$api.phpURL + 'logs/index/clickVipInfo', {
|
||||
user: user_info,
|
||||
operation: '点击客户管理',
|
||||
record: '查询客户信息列表'
|
||||
@@ -315,7 +315,7 @@ export default {
|
||||
showHandle (r) {
|
||||
// eslint-disable-next-line camelcase
|
||||
let user_info = this.$local.getUserByCache().Manager.RealName
|
||||
this.$api.post('http://autophp.wyk/logs/index/hoveInfo', {
|
||||
this.$api.post(this.$api.phpURL + 'logs/index/hoveInfo', {
|
||||
user: user_info,
|
||||
operation: '点击客户信息会员价',
|
||||
record: '查看会员的产品价格',
|
||||
@@ -326,7 +326,7 @@ export default {
|
||||
this.$api.getDownloadFile('/baseinfo/v1/user/Export')
|
||||
// eslint-disable-next-line camelcase
|
||||
let user_info = this.$local.getUserByCache().Manager.RealName
|
||||
this.$api.post('http://autophp.wyk/logs/index/export', {
|
||||
this.$api.post(this.$api.phpURL + 'logs/index/export', {
|
||||
user: user_info,
|
||||
operation: '点击导出所有客户信息',
|
||||
record: '导出所有客户信息列表',
|
||||
|
||||
@@ -138,7 +138,7 @@ export default {
|
||||
if (this.current.UserId) {
|
||||
// eslint-disable-next-line camelcase
|
||||
let user_info = this.$local.getUserByCache().Manager.RealName
|
||||
this.$api.post('http://autophp.wyk/logs/index/clickInfo', {
|
||||
this.$api.post(this.$api.phpURL + 'logs/index/clickInfo', {
|
||||
user: user_info,
|
||||
operation: '点击客户信息会员价',
|
||||
record: '查看会员的产品价格',
|
||||
|
||||
Reference in New Issue
Block a user