diff --git a/dist/config.js b/dist/config.js new file mode 100644 index 0000000..04dab9f --- /dev/null +++ b/dist/config.js @@ -0,0 +1,17 @@ +// 此文件非必要,在生产环境下此文件配置可覆盖运行配置,开发环境下不起效 +// 详情见 src/config/index.js + +const APP_CONFIG = { + //主题设置 + THEMESETTING: true, + // Cookie name + SESSIONNAME: 'miucms_session', + //TokenName + TOKEN_NAME: "authorization", + // 网站LOGO, 正式形 + APP_LOGO: '', + //接口地址 + API_URL: 'https://app.gter.net/admin/', + // 微信扫码登录 + MY_SHOW_LOGIN_OAUTH: true, +} \ No newline at end of file diff --git a/dist/favicon.ico b/dist/favicon.ico new file mode 100644 index 0000000..77b7c00 Binary files /dev/null and b/dist/favicon.ico differ diff --git a/dist/index.html b/dist/index.html new file mode 100644 index 0000000..c75c4b4 --- /dev/null +++ b/dist/index.html @@ -0,0 +1,129 @@ +
当前版本:-- --
最低版本要求:Chrome 71+、Firefox 65+、Safari 12+、Edge 97+。
请升级浏览器版本,或更换现代浏览器,如果你使用的是双核浏览器,请切换到极速/高速模式。