‘1129部署小程序

git commit -m ‘1129部署小程序
This commit is contained in:
fz
2023-11-29 18:30:11 +08:00
parent 58a7ad1a45
commit 732e830c86
7 changed files with 24 additions and 27 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
// baseUrl: 'https://api.xayunmei.com/zhongcaiapi', // baseUrl: 'https://api.xayunmei.com/zhongcaiapi',
baseUrl: 'https://api.xayunmei.com/zhongcaiapitest',
// baseUrl: 'http://121.40.189.20:9001', // baseUrl: 'http://121.40.189.20:9001',
baseUrl: 'http://121.40.189.20:8001', // baseUrl: 'http://121.40.189.20:8001',
// baseUrl: 'http://192.168.3.77:8080', // baseUrl: 'http://192.168.3.77:8080',
// baseUrl: 'http://localhost:8080', // baseUrl: 'http://localhost:8080',
// baseUrl: 'http://192.168.3.18:9001', // baseUrl: 'http://192.168.3.18:9001',
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+4 -1
View File
@@ -5,6 +5,8 @@
"pages/work/index", "pages/work/index",
"pages/handlecase/index", "pages/handlecase/index",
"pages/handlecase/component/uploadEvidence", "pages/handlecase/component/uploadEvidence",
"pages/handlecase/component/evidenceList",
"pages/handlecase/component/obligations",
"pages/expressDelivery/index", "pages/expressDelivery/index",
"pages/expressDelivery/component/expressDelivery", "pages/expressDelivery/component/expressDelivery",
"pages/signature/index", "pages/signature/index",
@@ -15,7 +17,8 @@
"mp_ecard_sdk/protocol/service/service", "mp_ecard_sdk/protocol/service/service",
"mp_ecard_sdk/protocol/userAccredit/userAccredit", "mp_ecard_sdk/protocol/userAccredit/userAccredit",
"pages/im/index", "pages/im/index",
"pages/realName" "pages/realName",
"pages/personalInfoCollection"
], ],
"subPackages": [], "subPackages": [],
"window": { "window": {
+13 -20
View File
@@ -1,7 +1,8 @@
{ {
"description": "项目配置文件。", "description": "项目配置文件。",
"packOptions": { "packOptions": {
"ignore": [] "ignore": [],
"include": []
}, },
"setting": { "setting": {
"urlCheck": false, "urlCheck": false,
@@ -9,28 +10,20 @@
"postcss": true, "postcss": true,
"minified": true, "minified": true,
"newFeature": true, "newFeature": true,
"bigPackageSizeSupport": true "bigPackageSizeSupport": true,
"babelSetting": {
"ignore": [],
"disablePlugins": [],
"outputPath": ""
}
}, },
"compileType": "miniprogram", "compileType": "miniprogram",
"libVersion": "", "libVersion": "3.0.1",
"appid": "wx91cb8459dca561b4", "appid": "wx91cb8459dca561b4",
"projectname": "智慧仲裁", "projectname": "智慧仲裁",
"condition": { "condition": {},
"search": { "editorSetting": {
"current": -1, "tabIndent": "insertSpaces",
"list": [] "tabSize": 2
},
"conversation": {
"current": -1,
"list": []
},
"game": {
"current": -1,
"list": []
},
"miniprogram": {
"current": -1,
"list": []
}
} }
} }