|
|
@@ -447,6 +447,31 @@
|
|
|
}
|
|
|
}
|
|
|
],
|
|
|
+ "subPackages": [
|
|
|
+ {
|
|
|
+ "root": "points",
|
|
|
+ "pages": [
|
|
|
+ {
|
|
|
+ "path": "home/index",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "我的积分",
|
|
|
+ "navigationBarBackgroundColor": "#2cb8d4",
|
|
|
+ "navigationBarTextStyle": "white",
|
|
|
+ "app-plus": {
|
|
|
+ "softinputNavBar": "none",
|
|
|
+ "titleNView": false
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "preloadRule": {
|
|
|
+ "pages/index/index": {
|
|
|
+ "network": "all",
|
|
|
+ "packages": ["points"]
|
|
|
+ }
|
|
|
+ },
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|