🎨更换web页面框架

This commit is contained in:
coward
2024-07-15 16:47:53 +08:00
parent 1f49b798eb
commit da7ffc9343
411 changed files with 7244 additions and 1 deletions

10
web/.env.production Normal file
View File

@@ -0,0 +1,10 @@
# 是否使用Hash路由
VITE_USE_HASH = 'false'
# 资源公共路径,需要以 /开头和结尾
VITE_PUBLIC_PATH = '/'
VITE_AXIOS_BASE_URL = '/api' # 用于代理
# 代理配置-target
VITE_PROXY_TARGET = 'http://localhost:8085'