This commit is contained in:
小陌 2023-10-29 14:39:28 +08:00
parent c6a949edcb
commit 55ab4e8bd7
2 changed files with 3 additions and 6 deletions

View File

@ -7,11 +7,11 @@ const APP_CONFIG = {
// Cookie name
SESSIONNAME: 'miucms_session',
//TokenName
TOKEN_NAME: "token",
TOKEN_NAME: "authorization",
// 网站LOGO, 正式形
APP_LOGO: '',
//接口地址
API_URL: 'https://ps.xiaoapi.com/admin/',
API_URL: 'https://app.gter.net/admin/',
// 微信扫码登录
MY_SHOW_LOGIN_OAUTH: true,
}

View File

@ -168,9 +168,6 @@
},
//
handleSuccess(data, mode, message){
if(mode=='edit'){
if (data) {
this.$refs.table.tableData.filter(item => item[this.key]===data[this.key]).forEach(item => {