12 Commits
main ... dev-cl

Author SHA1 Message Date
5df023dc3f Merge branch 'main' of http://114.215.207.150:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-08-11 22:08:51 +08:00
c599929cde Merge branch 'main' of http://114.215.207.150:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-08-06 22:17:53 +08:00
2ed18556c1 Merge branch 'main' of http://114.215.207.150:3000/qiushanhe/ss-oa-manage-web into dev-cl
# Conflicts:
#	.env.base
2025-07-23 12:45:17 +08:00
b05e42f9c7 Merge branch 'main' of http://114.215.207.150:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-05-28 22:42:10 +08:00
6d08fd8390 Merge branch 'main' of http://114.215.207.150:3000/qiushanhe/ss-oa-manage-web into dev-cl
# Conflicts:
#	.env.base
2025-05-13 22:54:02 +08:00
1413ce44c7 Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-oa-manage-web into dev-cl
# Conflicts:
#	.env.base
2025-04-18 22:50:51 +08:00
5d88d06707 Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-04-13 11:11:52 +08:00
f0afdcf18e Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-04-09 23:27:00 +08:00
b019400409 Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-03-31 23:21:47 +08:00
69a496dc6e Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-oa-manage-web into dev-cl 2025-03-30 15:11:30 +08:00
7c7bf51518 Merge branch 'main' of http://114.55.169.15:3000/qiushanhe/ss-oa-manage-web into dev-cl
# Conflicts:
#	.env.base
#	yarn.lock
2025-03-26 23:12:53 +08:00
65dae80239 1 2025-03-26 23:10:46 +08:00
2 changed files with 5 additions and 3 deletions

View File

@@ -4,11 +4,11 @@ VITE_NODE_ENV=development
VITE_DEV=true
# 请求路径
# VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL='http://47.98.161.246:48080'
# VITE_BASE_URL='http://47.98.161.246:48080'
# VITE_BASE_URL='http://114.55.169.15:48080'
# VITE_BASE_URL='http://114.215.207.150:48080'
#VITE_BASE_URL='http://114.215.207.150:48080'
# 上传路径
VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload'

View File

@@ -4,8 +4,10 @@ VITE_NODE_ENV=production
VITE_DEV=false
# 请求路径
#VITE_BASE_URL='http://47.98.161.246:48080'
VITE_BASE_URL='http://localhost:48080'
# 上传路径
VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload'