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 @@