diff --git a/.env.dev b/.env.dev index 89ea00da..a3f33223 100644 --- a/.env.dev +++ b/.env.dev @@ -3,12 +3,13 @@ VITE_USER_NODE_ENV = 'development' # VITE_APP_BASE_URL = 'https://api.aida.com.hk' # VITE_APP_BASE_URL = 'http://18.167.251.121:10086' -VITE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +# VITE_APP_BASE_URL = 'https://develop.api.aida.com.hk' +VITE_APP_BASE_URL = 'http://18.167.251.121:10094' # VITE_APP_BASE_URL = 'https://www.api.aida.com.hk' # 徐佩 # VITE_APP_BASE_URL = 'http://192.168.31.118:5567' # 李天祥 # VITE_APP_BASE_URL = 'http://192.168.31.82:5567' -VITE_APP_BASE_URL = 'http://192.168.31.82:5569' +# VITE_APP_BASE_URL = 'http://192.168.31.82:5569' # 海波 # VITE_APP_BASE_URL = 'http://192.168.31.34:5567' diff --git a/src/component/Detail/detailLeft/module/uploadList.vue b/src/component/Detail/detailLeft/module/uploadList.vue index 4e36788c..de9737b4 100644 --- a/src/component/Detail/detailLeft/module/uploadList.vue +++ b/src/component/Detail/detailLeft/module/uploadList.vue @@ -12,7 +12,7 @@
- + { if (rv) { for(let file of this.fileList){ @@ -491,7 +491,7 @@ export default defineComponent({ } this.isUpload = true const hide = message.loading('loading', 0); - Https.axiosPost('/api/element/upload', new_data,{headers:{'Content-Type': 'multipart/form-data'}}).then( + Https.axiosPost('/aida/api/element/upload', new_data,{headers:{'Content-Type': 'multipart/form-data'}}).then( (rv: any) => { for(let file of this.fileList){ if(fileData.uid === file.uid){ diff --git a/src/component/home/design/collection/SketchboardUpload.vue b/src/component/home/design/collection/SketchboardUpload.vue index 7db1638c..3c127296 100644 --- a/src/component/home/design/collection/SketchboardUpload.vue +++ b/src/component/home/design/collection/SketchboardUpload.vue @@ -70,7 +70,7 @@ v-show="sketchboardList.length < 20" >
--> - +