From f4a4c7709e09bb7c31f802ea8187d1e117efda2b Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Thu, 12 Aug 2021 09:48:16 +0800
Subject: [PATCH] 视频
---
pages.json | 36 ++++++++++++++++++------------------
1 files changed, 18 insertions(+), 18 deletions(-)
diff --git a/pages.json b/pages.json
index 88fc3c4..d2d8881 100644
--- a/pages.json
+++ b/pages.json
@@ -3,22 +3,22 @@
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue"
},
"pages": [
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": "首页",
- "enablePullDownRefresh": false,
- "navigationStyle": "custom"
- }
- },
// {
- // "path": "pages/login/login-account",
+ // "path": "pages/home/home",
// "style": {
- // "navigationBarTitleText": "登录",
+ // "navigationBarTitleText": "首页",
// "enablePullDownRefresh": false,
// "navigationStyle": "custom"
// }
// },
+ {
+ "path": "pages/login/login-account",
+ "style": {
+ "navigationBarTitleText": "登录",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/registerUser/registerUser",
"name": "loging",
@@ -32,14 +32,14 @@
// }
}
},
- // {
- // "path": "pages/home/home",
- // "style": {
- // "navigationBarTitleText": "首页",
- // "enablePullDownRefresh": false,
- // "navigationStyle": "custom"
- // }
- // },
+ {
+ "path": "pages/home/home",
+ "style": {
+ "navigationBarTitleText": "首页",
+ "enablePullDownRefresh": false,
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/service/service",
"style": {
--
Gitblit v1.9.3