mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
5.0
This commit is contained in:
8
sop-website/sop-website-frontend/.env.development
Normal file
8
sop-website/sop-website-frontend/.env.development
Normal file
@@ -0,0 +1,8 @@
|
||||
# 平台本地运行端口号
|
||||
VITE_PORT = 9124
|
||||
|
||||
# 开发环境读取配置文件路径
|
||||
VITE_PUBLIC_PATH = /
|
||||
|
||||
# 开发环境路由历史模式(Hash模式传"hash"、HTML5模式传"h5"、Hash模式带base参数传"hash,base参数"、HTML5模式带base参数传"h5,base参数")
|
||||
VITE_ROUTER_HISTORY = "hash"
|
Reference in New Issue
Block a user