From 1f3406acbac28b5b98c8d9dde2557374b97c0ef9 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Mon, 21 Dec 2020 17:40:58 +0800 Subject: [PATCH] gx --- hive-app/manifest.json | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-) diff --git a/hive-app/manifest.json b/hive-app/manifest.json index 86405ac..ada503a 100644 --- a/hive-app/manifest.json +++ b/hive-app/manifest.json @@ -54,5 +54,20 @@ "urlCheck": false }, "usingComponents": true + }, + "h5" : { + "router" : { + "base" : "./" + }, + "devServer" : { + "proxy" : { + "/api" : { + "target" : "http://120.27.238.55:8801", + "pathRewrite" : { + "^/api" : "/" + } + } + } + } } } -- Gitblit v1.9.1