no message
This commit is contained in:
parent
4f0d91c187
commit
9d8fac366e
@ -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,
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user