From 40327a423fbdda64d561894e6ec208974cd9b4bc Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Wed, 23 Oct 2024 15:48:02 +0800 Subject: [PATCH] fix --- src/setting.js | 2 +- src/views/course/AddCurriculum.vue | 46 +++++++++++++++------------- src/views/match/manage/matchInfo.vue | 1 + src/views/setting/info.vue | 8 ++--- 4 files changed, 31 insertions(+), 26 deletions(-) diff --git a/src/setting.js b/src/setting.js index 2278fe9..ab9dacd 100644 --- a/src/setting.js +++ b/src/setting.js @@ -14,7 +14,7 @@ if (isDev) { sandPath = `http://${location.hostname}:9520` host = 'http://121.37.12.51/' // host = 'https://huorantech.cn/' - const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'https://dev.huorantech.cn/'] + const ips = ['http://192.168.31.217:9000/', 'http://192.168.31.51:9000/', 'http://121.37.12.51/'] host = ips[+localStorage.getItem('ip')] } else if (isPro) { sandPath = `https://izhixinyun.com/sandbox` diff --git a/src/views/course/AddCurriculum.vue b/src/views/course/AddCurriculum.vue index c3049c2..951fc84 100644 --- a/src/views/course/AddCurriculum.vue +++ b/src/views/course/AddCurriculum.vue @@ -106,13 +106,13 @@ @selection-change="handleSelectionPractice"> - - - + + +