更新部分配置文件

This commit is contained in:
YeMingfei666 2024-09-14 18:28:45 +08:00
parent 92ea7a7e5e
commit 530b1cef3d
3 changed files with 90 additions and 66 deletions

View File

@ -1,16 +1,20 @@
{ // launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
{
// launch.json configurations app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/
// launchtypelocalremote, localremote
"version": "0.0",
"configurations": [{
"default" :
"version" : "0.0",
"configurations" : [
{
"default" : {
"launchtype" : "local"
},
"mp-weixin" :
{
"mp-weixin" : {
"launchtype" : "local"
},
"type" : "uniCloud"
},
{
"playground" : "custom",
"type" : "uni-app:app-android"
}
]
}

View File

@ -1,6 +1,6 @@
{
"name" : "银收客",
"appid" : "__UNI__9C51A5E",
"appid" : "__UNI__66E7BD0",
"description" : "",
"versionName" : "1.0.0",
"versionCode" : 100,
@ -176,56 +176,55 @@
"unipush" : {
"enable" : true
},
"devServer": {
"disableHostCheck": true,
"proxy": {
"/shopApi": {
"devServer" : {
"disableHostCheck" : true,
"proxy" : {
"/shopApi" : {
//
"target": "https://wxcashiertest.sxczgkj.cn/cashierService",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/shopApi": ""
"target" : "https://wxcashiertest.sxczgkj.cn/cashierService",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/shopApi" : ""
}
},
"/mch": {
"/mch" : {
//
"target": "https://b.rscygroup.com",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/mch": ""
"target" : "https://b.rscygroup.com",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/mch" : ""
}
},
"/server1": {
"/server1" : {
//
"target": "http://101.37.12.135:8080",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/server1": ""
"target" : "http://101.37.12.135:8080",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/server1" : ""
}
},
"/server3": {
"/server3" : {
//
"target": "http://101.37.12.135:8080",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"^/server3": ""
"target" : "http://101.37.12.135:8080",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"^/server3" : ""
}
},
"/ysk": {
"/ysk" : {
//
"target": "https://admintestpapi.sxczgkj.cn",
"changeOrigin": true,
"secure": false,
"pathRewrite": {
"/ysk": ""
"target" : "https://admintestpapi.sxczgkj.cn",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
"/ysk" : ""
}
}
}
}
},
"mp-alipay" : {

View File

@ -1201,6 +1201,27 @@
}
]
},
{
"root": "pagesOrder",
"pages": [{
"pageId": "PAGES_ORDER_INDEX",
"path" : "index/index",
"style" :
{
"navigationBarTitleText" : "订单管理"
}
},
{
"pageId": "PAGES_ORDER_DETAIL",
"path" : "detail/detail",
"style" :
{
"navigationBarTitleText" : "订单详情"
}
}
]
},
{
"root": "pageCoupon",
"pages": [{