updates
This commit is contained in:
parent
7d38011af4
commit
dc354a3888
|
|
@ -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=
|
VITE_GLOB_API_URL_PREFIX=
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
<div class="app-loading-dots">
|
<div class="app-loading-dots">
|
||||||
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
|
<span class="dot dot-spin"><i></i><i></i><i></i><i></i></span>
|
||||||
</div>
|
</div>
|
||||||
<div class="app-loading-title">艺体志愿宝 管理平台</div>
|
<div class="app-loading-title">{{VITE_GLOB_APP_TITLE}}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</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
BIN
wechat/取消.png
BIN
wechat/取消.png
Binary file not shown.
|
Before Width: | Height: | Size: 1.8 KiB |
Loading…
Reference in New Issue