12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "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": {},
- "sitemapLocation": "sitemap.json"
- }
|