Commit 0cfc076e by zhangxingmin

配置 test

parent ce74c2f7
......@@ -5,4 +5,4 @@ VITE_APP_TITLE = 银盾中台系统
VITE_APP_ENV = 'testelopment'
# 若依管理系统/开发环境
VITE_APP_BASE_API = /api
VITE_APP_BASE_API = 'http://139.224.145.34:6666'
......@@ -8,9 +8,8 @@
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "vite --mode=test",
"build:dev": "vite build --mode=development",
"build:test": "vite build --mode=test",
"build:test": "vite build --mode=testelopment",
"preview": "vite preview",
"report": "npm run build --report"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment