diff --git a/src/config/index.js b/src/config/index.js index 72c7097..0dd8eac 100644 --- a/src/config/index.js +++ b/src/config/index.js @@ -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' }