|
@@ -33,7 +33,15 @@
|
|
|
"titleNView": false
|
|
|
}
|
|
|
}
|
|
|
- }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/login",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "登录",
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTextStyle": "black"
|
|
|
+ }
|
|
|
+ },
|
|
|
|
|
|
],
|
|
|
"subPackages": [
|
|
@@ -41,14 +49,7 @@
|
|
|
"name": "主要模块",
|
|
|
"root": "pages/main",
|
|
|
"pages": [
|
|
|
- {
|
|
|
- "path": "login",
|
|
|
- "style": {
|
|
|
- "navigationBarTitleText": "登录",
|
|
|
- "navigationStyle": "custom",
|
|
|
- "navigationBarTextStyle": "black"
|
|
|
- }
|
|
|
- },
|
|
|
+
|
|
|
{
|
|
|
"path": "register",
|
|
|
"style": {
|