From 797c27eb2cbe0ee4eb3c3a999b26bd5bd20d456f Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 28 五月 2024 17:10:40 +0800
Subject: [PATCH] ''
---
h5/pages.json | 29 +++++++++++++++--------------
1 files changed, 15 insertions(+), 14 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
index 06ed35b..31d6062 100644
--- a/h5/pages.json
+++ b/h5/pages.json
@@ -2,7 +2,15 @@
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
},
- "pages": [{
+ "pages": [
+ {
+ "path": "pages/index/index",
+ "style": {
+ "navigationBarTitleText": "璁垮涓績",
+ "enablePullDownRefresh": false
+ }
+ },
+ {
"path": "pages/notice/notice",
"style": {
"navigationBarTitleText": "鍏ュ洯椤荤煡",
@@ -10,14 +18,7 @@
}
},
{
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "璁垮涓績",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/login",
+ "path": "pages/staffLogin/login",
"style": {
"navigationBarTitleText": "鐧诲綍",
"enablePullDownRefresh": false,
@@ -356,11 +357,11 @@
}
,{
"path" : "pages/auth/auth",
- "style" :
- {
- "navigationBarTitleText": "寰俊鎺堟潈",
- "enablePullDownRefresh": false
- }
+ "style" :
+ {
+ "navigationBarTitleText": "寰俊鎺堟潈",
+ "enablePullDownRefresh": false
+ }
}
],
--
Gitblit v1.9.3