123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "pages": [
- {
- "path": "pages/login",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/home",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/wifi",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/wifiSet",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/code",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/agentCreate",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/agentDetail",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/roleSet",
- "style": {
- "navigationStyle": "custom"
- }
- },
- {
- "path": "pages/device",
- "style": {
- "navigationStyle": "custom"
- }
- }
- ],
- "globalStyle": {
- "navigationBarTitleText": "传秀AI终端",
- "navigationBarBackgroundColor": "#FFFFFF",
- "navigationBarTextStyle": "black"
- },
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- }
- }
|