Browse Source

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

pull/49/head
zyronon 1 year ago
parent
commit
ef09807eb1
  1. 4
      src/config/index.js

4
src/config/index.js

@ -4,8 +4,8 @@ export default { @@ -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'
}

Loading…
Cancel
Save