曾佳炜提交本地配置

This commit is contained in:
yy2205 2025-04-27 10:13:44 +08:00
parent 75f4478187
commit 178625e367
4 changed files with 32949 additions and 6 deletions

2
.env
View File

@ -2,7 +2,7 @@
VITE_APP_TITLE=体检系统
# 项目本地运行端口号
VITE_PORT=8080
VITE_PORT=80
# open 运行 npm run dev 时自动打开浏览器
VITE_OPEN=true

View File

@ -4,13 +4,14 @@ NODE_ENV=development
VITE_DEV=true
# 请求路径
VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL='http://192.168.220.129:48080'
# 文件上传类型server - 后端上传, client - 前端直连上传,仅支持 S3 服务
VITE_UPLOAD_TYPE=server
# 接口地址
VITE_API_URL=/admin-api
# VITE_API_URL=/adminInspect
# 是否删除debugger
VITE_DROP_DEBUGGER=false

32940
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -5,8 +5,9 @@
"author": "xingyu",
"private": false,
"scripts": {
"i": "pnpm install",
"dev": "vite --mode env.local",
"i": "npm install",
"dev": "vite --mode env.dev",
"local": "vite --mode env.local",
"dev-server": "vite --mode dev",
"ts:check": "vue-tsc --noEmit",
"build:local": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build",
@ -30,6 +31,7 @@
"@form-create/element-ui": "^3.2.11",
"@iconify/iconify": "^3.1.1",
"@microsoft/fetch-event-source": "^2.0.1",
"@types/validator": "^13.15.0",
"@videojs-player/vue": "^1.0.0",
"@vueuse/core": "^10.9.0",
"@wangeditor/editor": "^5.1.23",