| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- {
- "easycom": {
- "autoscan": true,
- "custom": {
- "^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
- }
- },
- "pages": [
- {
- "path": "pages/start-filing/index",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/index",
- "type": "page"
- },
- {
- "path": "pages/feed-plan/index",
- "type": "page"
- },
- {
- "path": "pages/home/index",
- "type": "page"
- },
- {
- "path": "pages/me/index",
- "type": "page"
- },
- {
- "path": "pages/setting/index",
- "type": "page"
- },
- {
- "path": "pages/userInfo/index",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/components/FeedFlogan",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/components/FeedForm",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/components/FeedQuestionnaire",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/components/FeedStart",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/components/FeedStep",
- "type": "page"
- },
- {
- "path": "pages/feed-calculator/components/ProgressBar",
- "type": "page"
- },
- {
- "path": "pages/pet-manual/components/CardList",
- "type": "page"
- }
- ],
- "globalStyle": {
- "backgroundColor": "@bgColor",
- "backgroundColorBottom": "@bgColorBottom",
- "backgroundColorTop": "@bgColorTop",
- "backgroundTextStyle": "@bgTxtStyle",
- "navigationBarBackgroundColor": "#000000",
- "navigationBarTextStyle": "@navTxtStyle",
- "navigationBarTitleText": "Vitesse-Uni",
- "navigationStyle": "custom"
- },
- "__esModule": true,
- "subPackages": []
- }
|