From 18d24267f849f06e01d81f1ead14a72b0fef551c Mon Sep 17 00:00:00 2001 From: xzg <4727863@qq.com> Date: Thu, 14 Mar 2024 16:54:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=96=87=E4=BB=B6=E5=9C=B0?= =?UTF-8?q?=E5=9D=80=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/edutraining/courseinfo.vue | 121 ++++++++++++++------------- vue.config.js | 8 +- 2 files changed, 66 insertions(+), 63 deletions(-) diff --git a/src/views/edutraining/courseinfo.vue b/src/views/edutraining/courseinfo.vue index 0cf28b5..41daf73 100644 --- a/src/views/edutraining/courseinfo.vue +++ b/src/views/edutraining/courseinfo.vue @@ -1,51 +1,50 @@ - + diff --git a/vue.config.js b/vue.config.js index c0984a5..48b0d52 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,8 +27,8 @@ module.exports = { '/api': { // 本地服务接口地址 // target: 'http://nps.scqtkj.com:51490/', - target: 'http://127.0.0.1:8081/', - // target: 'http://192.168.3.2:8081/', + // target: 'http://127.0.0.1:8081/', + target: 'http://192.168.3.2:8081/', //target: 'http://10.10.10.11:8088/', //远程演示服务地址,可用于直接启动项目 //target: 'https://saber.bladex.vip/api', @@ -39,8 +39,8 @@ module.exports = { }, '/': { // 本地服务接口地址 - target: 'http://127.0.0.1:8088/', - // target: 'http://192.168.3.2:8081/', + // target: 'http://127.0.0.1:8088/', + target: 'http://192.168.3.2:8081/', //target: 'http://10.10.10.11:8088/', //远程演示服务地址,可用于直接启动项目 //target: 'https://saber.bladex.vip/api',