no message

This commit is contained in:
小陌 2023-09-10 22:19:28 +08:00
parent 4f0d91c187
commit 9d8fac366e
2 changed files with 3 additions and 3 deletions

View File

@ -8,11 +8,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

@ -15,7 +15,7 @@
<x-status-indicator
:key="value"
pulse
:type="type"
:type="type || 'success'"
:label="label"
@click="handleClick(row, item)"
v-if="value === row[item.name]"></x-status-indicator>