| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- {
- "name" : "花卉宝商家后台",
- "appid" : "",
- "description" : "应用描述",
- "versionName" : "1.0.0",
- "versionCode" : "100",
- "transformPx" : true,
- "debug": false,
- "networkTimeout": {
- "request":200000,
- "connectSocket": 200000,
- "uploadFile": 200000,
- "downloadFile": 200000
- },
- "mp-weixin" : {
- "appid" : "wx3a163add860e0a86",
- "setting" : {
- "urlCheck" : false
- },
- "usingComponents" : true,
- "permission" : {
- "scope.userLocation" : {
- "desc" : "请点击确定"
- }
- }
- },
- "mp-alipay" : {
- "usingComponents" : true
- },
- "mp-baidu" : {
- "usingComponents" : true
- },
- "mp-toutiao" : {
- "usingComponents" : true
- },
- "mp-qq" : {
- "usingComponents" : true
- },
- "h5" : {
- "template" : "template.h5.html",
- "router" : {
- // "mode" : "history",
- "base" : "/",
- "publicPath" : "/"
- },
- "async": {
- "timeout": 200000
- },
- "devServer": {
- "port": 81,
- "proxy": {
- "/api": {
- "target": "http://api.b.huaml.com",
- "secure": false,
- "changeOrigin": true,
- "pathRewrite": {
- "^/api": ""
- }
- }
- }
- },
- "sdkConfigs" : {
- "maps" : {
- "qqmap" : {
- "key" : ""
- }
- }
- }
- }
- }
|