generated from duanshuwen/webapp-vue-frontend
feat: 更新配置文件
This commit is contained in:
@@ -5,7 +5,7 @@ VITE_ENV = production
|
||||
VITE_CONSOLE = 0
|
||||
|
||||
# 接口地址
|
||||
VITE_BASE_API = http://8.138.234.141/ingress/hotelBiz
|
||||
VITE_BASE_API = https://biz.nianxx.cn/ingress/hotelBiz
|
||||
|
||||
# 项目ID
|
||||
VITE_APIFOX_PROJECT_ID = 7574669
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"dev": "dotenv -e .env.development vite",
|
||||
"build:prod": "dotenv -e .env.production vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"build:stage": "dotenv -e .env.staging vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"build:prod": "vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"build:stage": "vite build && rimraf ./dist/assets/*.map && rimraf stats.html",
|
||||
"openapi": "dotenv -e .env.development -- openapi-ts",
|
||||
"preview": "vite preview",
|
||||
"lint": "eslint --ext .vue,.js src",
|
||||
|
||||
Reference in New Issue
Block a user