From 584d2ba018bde058d5b08a84c168d746ff7cd731 Mon Sep 17 00:00:00 2001 From: ch Date: Mon, 18 Apr 2022 09:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E8=B0=83=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 -- manifest.json | 19 +++++++++++++------ 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 1fc5661..9cbade6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,4 @@ .hbuilderx/ .history/ -unpackage/dist/dev/ -unpackage/dist/build/.automator/ node_moudel/ package-lock.json \ No newline at end of file diff --git a/manifest.json b/manifest.json index ee47979..670834c 100644 --- a/manifest.json +++ b/manifest.json @@ -71,18 +71,25 @@ "vueVersion" : "2", "h5" : { "router" : { - "mode" : "history" + "mode" : "history", + "base" : "" }, "devServer" : { "proxy" : { "/uc/" : { - "target" : "http://192.168.10.109:8090/" + "target" : "http://192.168.10.52:8090/" }, - "/mall/" : { - "target" : "http://192.168.10.109:8090/" + "/mall/trade/" : { + "target" : "http://192.168.10.52:8090/" }, - "/oss/" : { - "target" : "http://192.168.10.109:8090/" + "/mall/base/" : { + "target" : "http://192.168.10.52:8090/" + }, + "/pay/" : { + "target" : "http://192.168.10.52:8090/" + }, + "/mall/product/" : { + "target" : "http://192.168.10.52:8090/" } } }