no message
This commit is contained in:
parent
4f0d91c187
commit
9d8fac366e
@ -8,11 +8,11 @@ const APP_CONFIG = {
|
|||||||
// Cookie name
|
// Cookie name
|
||||||
SESSIONNAME: 'miucms_session',
|
SESSIONNAME: 'miucms_session',
|
||||||
//TokenName
|
//TokenName
|
||||||
TOKEN_NAME: "token",
|
TOKEN_NAME: "authorization",
|
||||||
// 网站LOGO, 正式形
|
// 网站LOGO, 正式形
|
||||||
APP_LOGO: '',
|
APP_LOGO: '',
|
||||||
//接口地址
|
//接口地址
|
||||||
API_URL: 'https://ps.xiaoapi.com/admin',
|
API_URL: 'https://app.gter.net/admin',
|
||||||
|
|
||||||
// 微信扫码登录
|
// 微信扫码登录
|
||||||
MY_SHOW_LOGIN_OAUTH:true,
|
MY_SHOW_LOGIN_OAUTH:true,
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
<x-status-indicator
|
<x-status-indicator
|
||||||
:key="value"
|
:key="value"
|
||||||
pulse
|
pulse
|
||||||
:type="type"
|
:type="type || 'success'"
|
||||||
:label="label"
|
:label="label"
|
||||||
@click="handleClick(row, item)"
|
@click="handleClick(row, item)"
|
||||||
v-if="value === row[item.name]"></x-status-indicator>
|
v-if="value === row[item.name]"></x-status-indicator>
|
||||||
|
Loading…
Reference in New Issue
Block a user