From 125924f74e3cb309e4a49de304a09e5edc8d75b6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 28 五月 2024 18:25:21 +0800
Subject: [PATCH] ''
---
h5/pages.json | 28 +++++++++++++++++++---------
1 files changed, 19 insertions(+), 9 deletions(-)
diff --git a/h5/pages.json b/h5/pages.json
index 35dbba4..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,
@@ -354,6 +355,15 @@
}
}
+ ,{
+ "path" : "pages/auth/auth",
+ "style" :
+ {
+ "navigationBarTitleText": "寰俊鎺堟潈",
+ "enablePullDownRefresh": false
+ }
+
+ }
],
"subPackages": [{
"root": "n_pages",
--
Gitblit v1.9.3