From 530b1cef3d70f09c43c94def01bf620406c2a6f1 Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Sat, 14 Sep 2024 18:28:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=83=A8=E5=88=86=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .hbuilderx/launch.json | 32 +++++++------ manifest.json | 103 ++++++++++++++++++++--------------------- pages.json | 21 +++++++++ 3 files changed, 90 insertions(+), 66 deletions(-) diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 81f13f4..77cbafb 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -1,16 +1,20 @@ -{ // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ - // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 - "version": "0.0", - "configurations": [{ - "default" : - { - "launchtype" : "local" - }, - "mp-weixin" : - { - "launchtype" : "local" - }, - "type" : "uniCloud" - } +{ + // launch.json 配置了启动调试时相关设置,configurations下节点名称可为 app-plus/h5/mp-weixin/mp-baidu/mp-alipay/mp-qq/mp-toutiao/mp-360/ + // launchtype项可配置值为local或remote, local代表前端连本地云函数,remote代表前端连云端云函数 + "version" : "0.0", + "configurations" : [ + { + "default" : { + "launchtype" : "local" + }, + "mp-weixin" : { + "launchtype" : "local" + }, + "type" : "uniCloud" + }, + { + "playground" : "custom", + "type" : "uni-app:app-android" + } ] } diff --git a/manifest.json b/manifest.json index 269bd0a..eec5382 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name" : "银收客", - "appid" : "__UNI__9C51A5E", + "appid" : "__UNI__66E7BD0", "description" : "", "versionName" : "1.0.0", "versionCode" : 100, @@ -176,57 +176,56 @@ "unipush" : { "enable" : true }, - "devServer": { - "disableHostCheck": true, - "proxy": { - "/shopApi": { - // 需要被代理的后台地址 - "target": "https://wxcashiertest.sxczgkj.cn/cashierService", - "changeOrigin": true, - "secure": false, - "pathRewrite": { - "^/shopApi": "" - } - }, - "/mch": { - // 需要被代理的后台地址 - "target": "https://b.rscygroup.com", - "changeOrigin": true, - "secure": false, - "pathRewrite": { - "^/mch": "" - } - }, - "/server1": { - // 需要被代理的后台地址 - "target": "http://101.37.12.135:8080", - "changeOrigin": true, - "secure": false, - "pathRewrite": { - "^/server1": "" - } - }, - "/server3": { - // 需要被代理的后台地址 - "target": "http://101.37.12.135:8080", - "changeOrigin": true, - "secure": false, - "pathRewrite": { - "^/server3": "" - } - }, - "/ysk": { - // 需要被代理的后台地址 - "target": "https://admintestpapi.sxczgkj.cn", - "changeOrigin": true, - "secure": false, - "pathRewrite": { - "/ysk": "" - } - } - } - - } + "devServer" : { + "disableHostCheck" : true, + "proxy" : { + "/shopApi" : { + // 需要被代理的后台地址 + "target" : "https://wxcashiertest.sxczgkj.cn/cashierService", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/shopApi" : "" + } + }, + "/mch" : { + // 需要被代理的后台地址 + "target" : "https://b.rscygroup.com", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/mch" : "" + } + }, + "/server1" : { + // 需要被代理的后台地址 + "target" : "http://101.37.12.135:8080", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/server1" : "" + } + }, + "/server3" : { + // 需要被代理的后台地址 + "target" : "http://101.37.12.135:8080", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "^/server3" : "" + } + }, + "/ysk" : { + // 需要被代理的后台地址 + "target" : "https://admintestpapi.sxczgkj.cn", + "changeOrigin" : true, + "secure" : false, + "pathRewrite" : { + "/ysk" : "" + } + } + } + } }, "mp-alipay" : { "appid" : "2021004128648214" diff --git a/pages.json b/pages.json index 399c425..629844b 100644 --- a/pages.json +++ b/pages.json @@ -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": [{