Browse Source

chore: 生产环境接口地址切换为域名

master
AaronWu 1 month ago
parent
commit
a4623b158d
  1. 2
      .env.production

2
.env.production

@ -9,7 +9,7 @@
# 只在生产模式中被载入
# 网站前缀
VITE_BASE_API_URL = http://43.137.2.78:8085/server/
VITE_BASE_API_URL = http://question.supsub.cn:8085/server/
# base api
VITE_BASE_API = '/server/'

Loading…
Cancel
Save