no message
This commit is contained in:
parent
39e816f1bd
commit
70778495e1
6
dist/config.js
vendored
6
dist/config.js
vendored
@ -5,13 +5,13 @@ const APP_CONFIG = {
|
||||
//主题设置
|
||||
THEMESETTING: true,
|
||||
// Cookie name
|
||||
SESSIONNAME: 'MIUCMSSESSION',
|
||||
SESSIONNAME: 'miucms_session',
|
||||
//TokenName
|
||||
TOKEN_NAME: "token",
|
||||
TOKEN_NAME: "authorization",
|
||||
// 网站LOGO, 正式形
|
||||
APP_LOGO: '',
|
||||
//接口地址
|
||||
API_URL: 'http://localhost/admin/',
|
||||
API_URL: 'https://app.gter.net/admin/',
|
||||
// 微信扫码登录
|
||||
MY_SHOW_LOGIN_OAUTH: true,
|
||||
}
|
2
dist/index.html
vendored
2
dist/index.html
vendored
@ -1,4 +1,4 @@
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/><meta content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=0" name="viewport"/><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/favicon.ico"><title>X-PHP</title><script>document.write("<script src='config.js'><\/script>");</script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/echarts.49558cc4.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/elicons.4bccae06.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/modules.af2834df.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/app.f15b4c83.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/css/modules.34563575.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/css/app.5ad3f495.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but X-PHP doesn't work properly without JavaScript enabled.</strong></noscript><div id="app" class="aminui"><div class="app-loading"><div class="app-loading__logo"></div><div class="app-loading__loader"></div></div></div></body><div id="versionCheck" class="versionCheck"><h2>当前浏览器内核版本过低</h2><p>当前版本:<span id="versionCheck-type">--</span> <span id="versionCheck-version">--</span></p><p>最低版本要求:Chrome 71+、Firefox 65+、Safari 12+、Edge 97+。</p><p>请升级浏览器版本,或更换现代浏览器,如果你使用的是双核浏览器,请切换到极速/高速模式。</p></div><style>.app-loading {
|
||||
<!doctype html><html lang="en"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible"/><meta content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=0" name="viewport"/><link rel="icon" href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/favicon.ico"><title>X-PHP</title><script>document.write("<script src='config.js'><\/script>");</script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/echarts.49558cc4.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/elicons.4bccae06.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/modules.af2834df.js"></script><script defer="defer" src="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/js/app.eda8f7e5.js"></script><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/css/modules.34563575.css" rel="stylesheet"><link href="https://ansnid.oss-cn-shenzhen.aliyuncs.com/x-Admin/static/css/app.d8bf00fc.css" rel="stylesheet"></head><body><noscript><strong>We're sorry but X-PHP doesn't work properly without JavaScript enabled.</strong></noscript><div id="app" class="aminui"><div class="app-loading"><div class="app-loading__logo"></div><div class="app-loading__loader"></div></div></div></body><div id="versionCheck" class="versionCheck"><h2>当前浏览器内核版本过低</h2><p>当前版本:<span id="versionCheck-type">--</span> <span id="versionCheck-version">--</span></p><p>最低版本要求:Chrome 71+、Firefox 65+、Safari 12+、Edge 97+。</p><p>请升级浏览器版本,或更换现代浏览器,如果你使用的是双核浏览器,请切换到极速/高速模式。</p></div><style>.app-loading {
|
||||
position: absolute;
|
||||
top:0px;
|
||||
left:0px;
|
||||
|
4
dist/report.html
vendored
4
dist/report.html
vendored
File diff suppressed because one or more lines are too long
1
dist/static/css/app.5ad3f495.css
vendored
1
dist/static/css/app.5ad3f495.css
vendored
File diff suppressed because one or more lines are too long
1
dist/static/css/app.d8bf00fc.css
vendored
Normal file
1
dist/static/css/app.d8bf00fc.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/js/app.eda8f7e5.js
vendored
Normal file
1
dist/static/js/app.eda8f7e5.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dist/static/js/app.f15b4c83.js
vendored
1
dist/static/js/app.f15b4c83.js
vendored
File diff suppressed because one or more lines are too long
@ -5,13 +5,13 @@ const APP_CONFIG = {
|
||||
//主题设置
|
||||
THEMESETTING: true,
|
||||
// Cookie name
|
||||
SESSIONNAME: 'MIUCMSSESSION',
|
||||
SESSIONNAME: 'miucms_session',
|
||||
//TokenName
|
||||
TOKEN_NAME: "token",
|
||||
TOKEN_NAME: "authorization",
|
||||
// 网站LOGO, 正式形
|
||||
APP_LOGO: '',
|
||||
//接口地址
|
||||
API_URL: 'http://localhost/admin/',
|
||||
API_URL: 'https://app.gter.net/admin/',
|
||||
// 微信扫码登录
|
||||
MY_SHOW_LOGIN_OAUTH: true,
|
||||
}
|
@ -97,6 +97,11 @@ export default {
|
||||
padding: 10px
|
||||
}
|
||||
|
||||
.chart .el-col{
|
||||
margin: 15px 0;
|
||||
}
|
||||
|
||||
|
||||
.number-data {
|
||||
display: flex;
|
||||
flex-wrap: nowrap;
|
||||
|
Loading…
Reference in New Issue
Block a user