From 1b5c99e1a34a083df380c4beb52964bcf06b59de Mon Sep 17 00:00:00 2001
From: 石广澎 <shiguangpeng@163.com>
Date: 星期四, 05 九月 2024 10:40:19 +0800
Subject: [PATCH] feat(支付): 修改提示语

---
 manifest.json |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/manifest.json b/manifest.json
index 561a446..ac65925 100644
--- a/manifest.json
+++ b/manifest.json
@@ -73,8 +73,8 @@
     "h5" : {
         "title" : "浣版儬浠�",
         "router" : {
-            "base" : "./",
-            "mode" : "hash"
+            "base" : "/",
+            "mode" : "history"
         },
         "devServer" : {
             "proxy" : {

--
Gitblit v1.9.1