From affb4d477049621f9e3f11388ab53f408f8347db Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 13 Sep 2024 14:19:01 +0800 Subject: [PATCH] fix --- src/pages/iasf/index.vue | 1 + src/pages/talentCentre/index.vue | 342 ++++++++++++++++--------------- src/setting.js | 2 +- 3 files changed, 180 insertions(+), 165 deletions(-) diff --git a/src/pages/iasf/index.vue b/src/pages/iasf/index.vue index 9853432..34815a7 100644 --- a/src/pages/iasf/index.vue +++ b/src/pages/iasf/index.vue @@ -1045,6 +1045,7 @@ $bannerMh: 800px; text-align: justify; line-height: 1.6; color: #333; + @include mul-ellipsis(8); } } diff --git a/src/pages/talentCentre/index.vue b/src/pages/talentCentre/index.vue index 6c2a611..05b28c4 100644 --- a/src/pages/talentCentre/index.vue +++ b/src/pages/talentCentre/index.vue @@ -2,9 +2,7 @@
- +
@@ -13,60 +11,38 @@
{{ modules[1].form.title }}
-
+
  • - +
    {{ modules[2].form.title }}
    -
    - +
    +
  • - +
    {{ modules[3].form.title }}
    -
    - +
    +
- +

人才资讯

    -
  • +
  • {{ item.title }}

    {{ item.releaseTime }}
  • @@ -161,159 +137,197 @@ export default { \ No newline at end of file diff --git a/src/setting.js b/src/setting.js index aba66b9..f4b00ea 100644 --- a/src/setting.js +++ b/src/setting.js @@ -7,7 +7,7 @@ const isGta = url.includes('139.159.254.212'); // 国泰安 let host = `${location.origin}/` if (isDev) { host = 'http://192.168.31.217:10000/' - // host = 'https://huorantech.com' + host = 'https://huorantech.com' } const Setting = {