chore: 同步完整版代码

This commit is contained in:
xiaoxian521
2023-06-15 18:38:39 +08:00
parent b6859d7920
commit 872e0bbd5b
5 changed files with 23 additions and 23 deletions

View File

@@ -2,7 +2,7 @@
VITE_PORT = 8848
# 开发环境读取配置文件路径
VITE_PUBLIC_PATH = /
VITE_PUBLIC_PATH = ./
# 开发环境路由历史模式Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数"
VITE_ROUTER_HISTORY = "hash"