From 1db51a998a50b6a2ad92c4a7a06d72ce325ebd66 Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Wed, 25 Oct 2023 18:16:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 5 +++-- core/app.js | 8 ++++---- core/config/defaultConfig.js | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) 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地址 (必填; 斜杠/结尾; 请确保能访问)