From 1f492f9b1acb55577f59ad911339ad174d693558 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Thu, 21 Oct 2021 13:26:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/setting.js | 4 ++-- src/views/course/Curriculum.vue | 10 +++++----- src/views/customer/customer.vue | 6 +++--- src/views/order/Order.vue | 10 +++++----- src/views/serve/Configure.vue | 6 +++--- src/views/user/User.vue | 34 +++++++++++++++++++++------------ 6 files changed, 40 insertions(+), 30 deletions(-) diff --git a/src/setting.js b/src/setting.js index 280e21b..c2daea4 100644 --- a/src/setting.js +++ b/src/setting.js @@ -12,8 +12,8 @@ if (isDev) { // jumpPath = "http://39.108.250.202/judgmentPoint/"; jumpPath = "http://192.168.31.154:8087/"; // 本地调试-需要启动本地判分点系统 - // host = "http://39.108.250.202:9000"; - host = 'http://192.168.31.151:9000'// 榕 + host = "http://39.108.250.202:9000"; + // host = 'http://192.168.31.151:9000'// 榕 // host = 'http://192.168.31.125:9000'// 坤 // host = 'http://192.168.31.137:9000'// 赓 } else if (isTest) { diff --git a/src/views/course/Curriculum.vue b/src/views/course/Curriculum.vue index 53c56d1..93af661 100644 --- a/src/views/course/Curriculum.vue +++ b/src/views/course/Curriculum.vue @@ -10,7 +10,7 @@