From ab1bb0b718045ef983ad12179a31dbcf28ae1a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=86=B2?= <huchong@wisenergy.cn> Date: Mon, 28 Jun 2021 15:31:35 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AD=A6=E4=B9=A0=E5=86=85?= =?UTF-8?q?=E5=AE=B9=E5=87=BA=E7=8E=B0=E5=86=85=E5=AD=98=E6=BB=A1=E3=80=82?= =?UTF-8?q?=E9=80=A0=E6=88=90=E5=8D=A1=E9=A1=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/index.js | 2 +- src/page/STB/appversion/components/addDialog.vue | 2 +- src/page/STB/pageCustom/index.vue | 4 ++-- src/page/content/components/uploadVue/uploadImg.vue | 2 +- src/page/content/components/uploadVue/uploadQrcode.vue | 2 +- src/page/content/video/remit/index.vue | 4 ++-- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/index.js b/config/index.js index 0adb617..c479c16 100644 --- a/config/index.js +++ b/config/index.js @@ -12,7 +12,7 @@ module.exports = { assetsPublicPath: '/', proxyTable: { '/mall': { - target: "http://192.168.0.102:8088/mall", + target: "http://111.203.232.175:8088/mall", // target: "http://192.168.0.106:8088/mall", // target: "http://192.168.204.66:8088/mall", changeOrigin: true, diff --git a/src/page/STB/appversion/components/addDialog.vue b/src/page/STB/appversion/components/addDialog.vue index aa07254..abb8515 100644 --- a/src/page/STB/appversion/components/addDialog.vue +++ b/src/page/STB/appversion/components/addDialog.vue @@ -66,7 +66,7 @@ export default { data() { return { - uploadUrl:'http://192.168.0.102:8088/mall/file/upload/allType', + uploadUrl:'http://111.203.232.175:8088/mall/file/upload/allType', formVisible: false, headers:{Authorization: localStorage.getItem('backToken')}, formItem: {}, diff --git a/src/page/STB/pageCustom/index.vue b/src/page/STB/pageCustom/index.vue index 1d7c86f..e1ecaeb 100644 --- a/src/page/STB/pageCustom/index.vue +++ b/src/page/STB/pageCustom/index.vue @@ -11,7 +11,7 @@ <div class="title">app目录界é¢è®¾ç½®</div> <div class="btn-group"> <el-upload - action="http://192.168.0.102:8088/mall/file/image/upload" + action="http://111.203.232.175:8088/mall/file/image/upload" :on-success="uploadPageImg" :before-upload="handleBeforeUpload" :headers ="headers" @@ -43,7 +43,7 @@ <div class="title">appè¿è¡Œç”»é¢è®¾ç½®</div> <div class="btn-group"> <el-upload - action="http://192.168.0.102:8088/mall/file/image/upload" + action="http://111.203.232.175:8088/mall/file/image/upload" :on-success="uploadRunImg" :before-upload="handleBeforeUpload" :headers ="headers" diff --git a/src/page/content/components/uploadVue/uploadImg.vue b/src/page/content/components/uploadVue/uploadImg.vue index e08e000..8f6b3dc 100644 --- a/src/page/content/components/uploadVue/uploadImg.vue +++ b/src/page/content/components/uploadVue/uploadImg.vue @@ -3,7 +3,7 @@ <el-upload accept=".jpg,.jpeg,.png.JPG,.JPEG,.PNG" :class="{disabled:uploadDisabled}" - action="http://192.168.0.102:8088/mall/file/image/upload" + action="http://111.203.232.175:8088/mall/file/image/upload" list-type="picture-card" :on-preview="handlePictureCardPreview" :on-remove="handleRemove" diff --git a/src/page/content/components/uploadVue/uploadQrcode.vue b/src/page/content/components/uploadVue/uploadQrcode.vue index bf1c2a2..fa4a303 100644 --- a/src/page/content/components/uploadVue/uploadQrcode.vue +++ b/src/page/content/components/uploadVue/uploadQrcode.vue @@ -3,7 +3,7 @@ <el-upload accept=".jpg,.jpeg,.png,.JPG,.JPEG,.PBG" :class="{disabled:uploadDisabled}" - action="http://192.168.0.102:8088/mall/file/image/upload" + action="http://111.203.232.175:8088/mall/file/image/upload" list-type="picture-card" :on-preview="handlePictureCardPreview" :on-remove="handleRemove" diff --git a/src/page/content/video/remit/index.vue b/src/page/content/video/remit/index.vue index 1c18199..8e4cc36 100644 --- a/src/page/content/video/remit/index.vue +++ b/src/page/content/video/remit/index.vue @@ -387,7 +387,7 @@ export default { axios({ method: "get", - url: 'http://192.168.0.102:8088/mall/asset/downloadCipher', + url: 'http://111.203.232.175:8088/mall/asset/downloadCipher', params: { // idList:str @@ -425,7 +425,7 @@ export default { axios({ method: "get", - url: 'http://192.168.0.102:8088/mall/asset/download', + url: 'http://111.203.232.175:8088/mall/asset/download', params: { // idList: "1382697227765313538" idList:str -- 2.18.1