diff --git a/config.js b/config.js index ccd81fa..67d02ab 100644 --- a/config.js +++ b/config.js @@ -1,11 +1,12 @@ module.exports = { // 系统名称 - name: "萤火商城2.0", + name: "国家文化专网网络注册登录系统", // 必填: 后端api地址, 斜杠/结尾, 参照下面格式 // 例如: https://www.你的域名.com/index.php?s=/api/ - apiUrl: "https://www.你的域名.com/index.php?s=/api/", + // apiUrl: "https://www.你的域名.com/index.php?s=/api/", + apiUrl: "http://192.168.66.16:8089/index.php?s=/api/", /** * 是否启用商城设置缓存 diff --git a/core/app.js b/core/app.js index 8a4aa2b..205a635 100644 --- a/core/app.js +++ b/core/app.js @@ -49,10 +49,10 @@ export const showToast = (msg, duration = 1500, mask = true) => { */ export const getTabBarLinks = () => { const tabBarLinks = [ - 'pages/index/index', - 'pages/category/index', - 'pages/cart/index', - 'pages/user/index' + // 'pages/index/index', + // 'pages/category/index', + // 'pages/cart/index', + // 'pages/user/index' ] return tabBarLinks } diff --git a/core/config/defaultConfig.js b/core/config/defaultConfig.js index 172129b..bbb853d 100644 --- a/core/config/defaultConfig.js +++ b/core/config/defaultConfig.js @@ -3,7 +3,7 @@ export default { // 系统名称 - name: "萤火商城2.0", + name: "国家文化专网网络注册登录系统", /** * 后端api地址 (必填; 斜杠/结尾; 请确保能访问)