diff --git a/src/components/breadcrumb/index.vue b/src/components/breadcrumb/index.vue index e7fa089..01b4650 100644 --- a/src/components/breadcrumb/index.vue +++ b/src/components/breadcrumb/index.vue @@ -2,7 +2,7 @@ diff --git a/src/i18n/index.js b/src/i18n/index.js index 7a3622e..60d07c5 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -67,7 +67,8 @@ export const messages = { geographicLocation: '地理位置', organization: '机构设置', introduce: '介绍', - ActivityIntroduction: '活动简介' + ActivityIntroduction: '活动简介', + back: '返回', } }, 'en': { @@ -137,7 +138,8 @@ export const messages = { geographicLocation: 'geographic location', organization: 'Organization', introduce: 'Introduce', - ActivityIntroduction: 'Activity Introduction' + ActivityIntroduction: 'Activity Introduction', + back: 'Back', } } }; \ No newline at end of file diff --git a/src/layouts/footer/index.vue b/src/layouts/footer/index.vue index 8161a2a..02bf7e9 100644 --- a/src/layouts/footer/index.vue +++ b/src/layouts/footer/index.vue @@ -123,7 +123,7 @@ export default { data () { return { isIasf: false, - showDefaultPath: ['/home', '/iasf'], // 展示默认页脚的页面 + showDefaultPath: ['/home', '/iasf', '/estate/index'], // 展示默认页脚的页面 showContactPath: ['/news', '/sfel', '/talent', '/about', '/careers', '/edu', '/news'], // 展示联系我们页脚的页面 columns: [], modules: [] diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 69aa0e8..dc4e454 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -35,7 +35,7 @@ + @click.stop="toOa">