From 8f09fcb6707915dd961e653dd2322a7cc673fe80 Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期二, 03 九月 2024 17:42:27 +0800
Subject: [PATCH] feat(支付): 1、改为history路由
---
manifest.json | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/manifest.json b/manifest.json
index b88dd59..561a446 100644
--- a/manifest.json
+++ b/manifest.json
@@ -71,15 +71,15 @@
},
"vueVersion" : "2",
"h5" : {
- "title" : "閭桨鎯�",
+ "title" : "浣版儬浠�",
"router" : {
- "base" : "/",
- "mode" : "history"
+ "base" : "./",
+ "mode" : "hash"
},
"devServer" : {
"proxy" : {
"/dev-api" : {
- "target" : "http://172.16.2.117:8080",
+ "target" : "http://172.16.2.122:8080",
"changeOrigin" : true,
"secure" : false,
"pathRewrite" : {
--
Gitblit v1.9.1