From 6f707099da3e5286d9d63e0c4bd051f932351b07 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Wed, 22 Mar 2023 17:38:01 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BD=A6=E7=AE=A1=E6=89=80=E9=A2=84=E7=BA=A6?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E8=A1=A5=E5=85=85=E9=A2=84=E7=BA=A6=E4=BA=BA?= =?UTF-8?q?=E9=87=87=E9=9B=86=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/booklist/index.vue | 6 +++--- vue.config.js | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/booklist/index.vue b/src/views/booklist/index.vue index 56e6c9d..6276794 100644 --- a/src/views/booklist/index.vue +++ b/src/views/booklist/index.vue @@ -194,7 +194,7 @@ 档案编号 -
+
@@ -204,7 +204,7 @@ 邮寄
地址 联系电话 - + {{ regData.resData ? regData.resData.cupPhone : '' }} 申


项 @@ -472,7 +472,7 @@ export default { resData: {} }, systemTime: '', - avatar: 'https://isdapp.shandong.gov.cn/jmopenpub//jmopen_files/webapp/jssdk/64ae6d186f284a87a1fc026364c7f013.jpg',//打印表格图像 + avatar: '',//打印表格图像 }; }, directives: { diff --git a/vue.config.js b/vue.config.js index 1cfd5a3..ecc35be 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,8 +27,8 @@ module.exports = { "/api": { //本地服务接口地址 // target: "http://www.qdscgs.com:80",//生成 - // target: "http://192.168.1.3:8080", - target: "http://192.168.1.106", + target: "http://192.168.1.3:8080", + // target: "http://192.168.1.106", //远程演示服务地址,可用于直接启动项目 // target: 'https://saber.bladex.vip/api', ws: true,