2023年3月28日 框架私有化

This commit is contained in:
bai 2023-03-28 14:37:58 +08:00
parent 0b53292cfa
commit 619172d10b
7 changed files with 2224 additions and 1311 deletions

View File

@ -5,7 +5,7 @@ VITE_USE_MOCK = true
VITE_PUBLIC_PATH = / VITE_PUBLIC_PATH = /
# 跨域代理,您可以配置多个 ,请注意,没有换行符 # 跨域代理,您可以配置多个 ,请注意,没有换行符
VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]] VITE_PROXY = [["/jeecgboot","http://localhost:8090/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
# 控制台不输出 # 控制台不输出
VITE_DROP_CONSOLE = false VITE_DROP_CONSOLE = false
@ -14,7 +14,7 @@ VITE_DROP_CONSOLE = false
VITE_GLOB_API_URL=/jeecgboot VITE_GLOB_API_URL=/jeecgboot
#后台接口全路径地址(必填) #后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot VITE_GLOB_DOMAIN_URL=http://localhost:8090/jeecg-boot
# 接口前缀 # 接口前缀
VITE_GLOB_API_URL_PREFIX= VITE_GLOB_API_URL_PREFIX=

1
build.bat Normal file
View File

@ -0,0 +1 @@
yarn build

1
buildev.bat Normal file
View File

@ -0,0 +1 @@
yarn build:test

1
clean.bat Normal file
View File

@ -0,0 +1 @@
npm run reinstall

1
init.bat Normal file
View File

@ -0,0 +1 @@
yarn bootstrap

File diff suppressed because it is too large Load Diff

1
run.bat Normal file
View File

@ -0,0 +1 @@
yarn dev --mode development