|
@@ -1,11 +1,18 @@
|
|
|
{
|
|
|
"pages": [{
|
|
|
- "path": "pages/user/user",
|
|
|
- "style": {
|
|
|
- "navigationStyle": "custom",
|
|
|
- "navigationBarTitleText": "个人中心"
|
|
|
+ "path": "pages/user/user",
|
|
|
+ "style": {
|
|
|
+ "navigationStyle": "custom",
|
|
|
+ "navigationBarTitleText": "个人中心"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "path": "pages/user/dkdetail",
|
|
|
+ "style": {
|
|
|
+ "navigationBarTitleText": "打卡记录"
|
|
|
+ }
|
|
|
}
|
|
|
- }],
|
|
|
+ ],
|
|
|
"globalStyle": {
|
|
|
"navigationBarTextStyle": "black",
|
|
|
"navigationBarTitleText": "uni-app",
|