diff --git a/src/assets/img/search.png b/src/assets/img/search.png new file mode 100644 index 0000000..a869736 Binary files /dev/null and b/src/assets/img/search.png differ diff --git a/src/assets/img/station-bg.png b/src/assets/img/station-bg.png new file mode 100644 index 0000000..757d1f1 Binary files /dev/null and b/src/assets/img/station-bg.png differ diff --git a/src/assets/img/station1.png b/src/assets/img/station1.png new file mode 100644 index 0000000..177e185 Binary files /dev/null and b/src/assets/img/station1.png differ diff --git a/src/assets/img/station2.png b/src/assets/img/station2.png new file mode 100644 index 0000000..88f378f Binary files /dev/null and b/src/assets/img/station2.png differ diff --git a/src/pages/station/list/index.vue b/src/pages/station/list/index.vue index 5d87137..d70daf3 100644 --- a/src/pages/station/list/index.vue +++ b/src/pages/station/list/index.vue @@ -1,16 +1,22 @@ @@ -36,7 +42,6 @@ export default { }); }, goPreview(item) { - // let systemName = item.name.replace("
","") this.$router.push(`/station/preview?courseId=${item.cid}&curriculumName=${item.curriculumName}`); }, } @@ -44,57 +49,55 @@ export default { \ No newline at end of file diff --git a/src/setting.js b/src/setting.js index 84a318e..25c21c5 100644 --- a/src/setting.js +++ b/src/setting.js @@ -40,8 +40,8 @@ if (isHh) { jumpPath = "http://192.168.31.154:8087/"; bankPath = `http://192.168.31.125:8093` // host = "http://www.occupationlab.com:9000/";//线上 - // 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.137:9000/'; // 赓 title = "职站服务端管理系统"; } else {