123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "pages": [
- "pages/login/login",
- "pages/index/index",
- "pages/acceptor/acceptor",
- "pages/drawer/drawer",
- "pages/supplier/supplier",
- "pages/mine/mine"
- ],
- "subPackages": [
- {
- "root": "pages/bsinessadmin",
- "pages": [
- "register",
- "supplierges",
- "useragreement",
- "privacypolicy",
- "setpassword"
- ]
- },
- {
- "root": "pages/other",
- "pages": [
- "homepage"
- ]
- },
- {
- "root": "pages/spladmin",
- "pages": [
- "index"
- ]
- },
- {
- "root": "pages/alldeatil",
- "pages": [
- "acptdetail",
- "drawerdetail",
- "supplierdetail",
- "identifypic",
- "proxypic",
- "contractdetail",
- "addbill",
- "billdetail",
- "addnewacpt",
- "addnewdrawer",
- "upcontract"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#fff"
- },
- "usingComponents": {}
- }
|