chore(config): 更新生产环境API和文件基础URL
- 将VITE_API_BASE_URL更新为http://m.oms.unissense.top - 将VITE_FILE_BASE_URL更新为http://m.oms.unissense.top - 移除package.json中build脚本的vue-tsc命令master
parent
a66959fd22
commit
3f221a1216
|
|
@ -1,3 +1,3 @@
|
||||||
VITE_API_BASE_URL=https://your-api-domain.com
|
VITE_API_BASE_URL=http://m.oms.unissense.top
|
||||||
VITE_APP_TITLE=订单审批系统
|
VITE_APP_TITLE=订单审批系统
|
||||||
VITE_FILE_BASE_URL=https://your-api-domain.com
|
VITE_FILE_BASE_URL=http://m.oms.unissense.top
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
"description": "微信小程序H5审批系统",
|
"description": "微信小程序H5审批系统",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
"build": "vue-tsc && vite build",
|
"build": " vite build",
|
||||||
"preview": "vite preview",
|
"preview": "vite preview",
|
||||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||||
"type-check": "vue-tsc --noEmit"
|
"type-check": "vue-tsc --noEmit"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue