1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": "个人中心"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "星优软件"
- }
- },
- {
- "path": "pages/user/order",
- "style": {
- "navigationBarTitleText": "我的会员"
- }
- },
- {
- "path": "pages/user/person",
- "style": {
- "navigationBarTitleText": "个人资料"
- }
- },
- {
- "path": "pages/user/question",
- "style": {
- "navigationBarTitleText": "常见问题"
- }
- },
- {
- "path": "pages/user/questionDetail",
- "style": {
- "navigationBarTitleText": "常见问题"
- }
- },
- {
- "path": "pages/user/help",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- },
- {
- "path": "pages/user/helpDetail",
- "style": {
- "navigationBarTitleText": "帮助中心"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "星优软件",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|