This commit is contained in:
zhouwentao 2024-04-11 12:40:51 +08:00
parent 7d38011af4
commit dc354a3888
6 changed files with 9 additions and 130 deletions

View File

@ -6,14 +6,16 @@ VITE_PUBLIC_PATH = /
# 跨域代理,您可以配置多个 ,请注意,没有换行符
VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
VITE_PROXY = [["/jeecgboot","http://localhost:9999"],["/upload","http://localhost:3300/upload"]]
#后台接口全路径地址(必填)
VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot/
#VITE_GLOB_DOMAIN_URL=http://localhost:9999
VITE_GLOB_DOMAIN_URL=http://localhost:9999
#后台接口父地址(必填)
VITE_GLOB_API_URL=http://localhost:8080/jeecg-boot/
#VITE_GLOB_API_URL=http://localhost:9999
VITE_GLOB_API_URL=http://localhost:9999
#单体项目
#VITE_PROXY = [["/jeecgboot","http://localhost:8080/jeecg-boot"],["/upload","http://localhost:3300/upload"]]
#VITE_GLOB_DOMAIN_URL=http://localhost:8080/jeecg-boot/
#VITE_GLOB_API_URL=http://localhost:8080/jeecg-boot/
# 接口前缀
VITE_GLOB_API_URL_PREFIX=

View File

@ -5,7 +5,7 @@
<div class="app-loading-dots">
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
</div>
<div class="app-loading-title">艺体志愿宝 管理平台</div>
<div class="app-loading-title">{{VITE_GLOB_APP_TITLE}}</div>
</div>
</div>
</template>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB