From a5a6413c199b4b805f8576218e7b2c13ae226e5c Mon Sep 17 00:00:00 2001 From: huyuanxiang <273637057@qq.com> Date: Fri, 9 Jun 2023 17:21:47 +0800 Subject: [PATCH] =?UTF-8?q?[fix]=E9=A1=B5=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/jeecg/JImageUpload.vue | 1 + src/utils/request.js | 2 +- src/views/erp/BbsList.vue | 213 +++++++++++++++----------- src/views/erp/OrderList.vue | 4 + src/views/erp/modules/BbsForm.vue | 40 ++++- 5 files changed, 165 insertions(+), 95 deletions(-) diff --git a/src/components/jeecg/JImageUpload.vue b/src/components/jeecg/JImageUpload.vue index 4665b41..e885dad 100644 --- a/src/components/jeecg/JImageUpload.vue +++ b/src/components/jeecg/JImageUpload.vue @@ -49,6 +49,7 @@ data(){ return { uploadAction:window._CONFIG['domianURL']+"/sys/common/upload", + // uploadAction:'http://47.100.35.222:8080/jeecg-boot'+"/sys/common/upload", uploadLoading:false, picUrl:false, headers:{}, diff --git a/src/utils/request.js b/src/utils/request.js index adce2a3..7dd9eb1 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -11,7 +11,7 @@ import { ACCESS_TOKEN, TENANT_ID } from "@/store/mutation-types" * 则映射后端域名,通过 vue.config.js * @type {*|string} */ -let apiBaseUrl = 'http://47.100.1.234:8080/jeecg-boot' +let apiBaseUrl = 'http://47.100.35.222:8080/jeecg-boot' // let apiBaseUrl = window._CONFIG['domianURL'] || "/jeecg-boot"; //console.log("apiBaseUrl= ",apiBaseUrl) // 创建 axios 实例 diff --git a/src/views/erp/BbsList.vue b/src/views/erp/BbsList.vue index a8c680d..1001246 100644 --- a/src/views/erp/BbsList.vue +++ b/src/views/erp/BbsList.vue @@ -11,8 +11,8 @@