| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/test/test",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/score/score",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/user/user",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/test-detail/test-detail",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/result/result",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/test-result/test-result",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/register/register",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/apilypay/apilypay",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|