修改base地址,解决gp-pages无法请求的bug

This commit is contained in:
zyronon 2024-04-04 00:41:46 +08:00
parent 1ba81c9ec1
commit ef09807eb1

View File

@ -4,8 +4,8 @@ export default {
filePreview: 'http://192.168.0.103/static/uploads/'
}
const BASE_URL_MAP = {
DEV: '',
PROD: '',
DEV: './',
PROD: './',
UNI: 'https://dy.ttentau.top'
}