12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uv-(.*)": "@climblee/uv-ui/components/uv-$1/uv-$1.vue",
- "^ly-(.*)": "@/plugins/ly-$1.vue"
- }
- },
- "pages": [
- //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/index/load",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/init",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/auth/index",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/classes/select",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/test/bmi",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/kgAndCm",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/info",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/task/vision",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/setting/index",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- },
- "uniIdRouter": {}
- }
|