Files
20250612/app_vue/.env.development
monjack e64718a811 Changes to be committed:
modified:   app_sb/src/main/resources/application.yml
	new file:   app_vue/.env.development
	modified:   app_vue/src/components/GetToken_1.vue
	modified:   app_vue/vue.config.js
2025-06-20 21:49:37 +08:00

8 lines
484 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 下面填写 VPS spring vue port 替换53600
VUE_APP_PORT = 53600
# 下面填写 浏览器URL栏中 http://[考试服务器地址]:[端口号] 例如 http://10.128.192.1:8022替换http://10.128.128.249:8022
SERVER_URL = http://10.128.128.249:8022
# 下面填写 你的学号替换202241401022
VUE_APP_STUDENT_ID = 202241401022
# 下面填写 VPS spring boot port替换53300
SPRINGBOOT_PORT= 53300