修改base地址,解决gp-pages无法请求的bug
This commit is contained in:
parent
1ba81c9ec1
commit
ef09807eb1
@ -4,8 +4,8 @@ export default {
|
|||||||
filePreview: 'http://192.168.0.103/static/uploads/'
|
filePreview: 'http://192.168.0.103/static/uploads/'
|
||||||
}
|
}
|
||||||
const BASE_URL_MAP = {
|
const BASE_URL_MAP = {
|
||||||
DEV: '',
|
DEV: './',
|
||||||
PROD: '',
|
PROD: './',
|
||||||
UNI: 'https://dy.ttentau.top'
|
UNI: 'https://dy.ttentau.top'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user