feat: 初始化项目
This commit is contained in:
@@ -7,9 +7,6 @@ VITE_WX_APPID = 'wxa2abb91f64032a2b'
|
||||
# h5部署网站的base,配置到 manifest.config.ts 里的 h5.router.base
|
||||
VITE_APP_PUBLIC_BASE=/
|
||||
|
||||
VITE_SERVER_BASEURL = 'https://api.qmbz.cc'
|
||||
VITE_UPLOAD_BASEURL = 'https://api.qmbz.cc/api/common/upload'
|
||||
|
||||
# h5是否需要配置代理
|
||||
VITE_APP_PROXY=false
|
||||
VITE_APP_PROXY_PREFIX = '/api'
|
||||
|
||||
Vendored
+3
@@ -4,3 +4,6 @@ NODE_ENV = 'development'
|
||||
VITE_DELETE_CONSOLE = false
|
||||
# 是否开启sourcemap
|
||||
VITE_SHOW_SOURCEMAP = true
|
||||
|
||||
VITE_SERVER_BASEURL = 'https://hugo-x6.yhdmit.com'
|
||||
VITE_UPLOAD_BASEURL = 'https://hugo-x6.yhdmit.com/api/common/upload'
|
||||
|
||||
Vendored
+3
@@ -4,3 +4,6 @@ NODE_ENV = 'development'
|
||||
VITE_DELETE_CONSOLE = true
|
||||
# 是否开启sourcemap
|
||||
VITE_SHOW_SOURCEMAP = false
|
||||
|
||||
VITE_SERVER_BASEURL = 'https://api.qmbz.cc'
|
||||
VITE_UPLOAD_BASEURL = 'https://api.qmbz.cc/api/common/upload'
|
||||
|
||||
Reference in New Issue
Block a user