diff --git a/src/api/index.js b/src/api/index.js index c871b3d..8addee7 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -24,6 +24,7 @@ export default { seoList: `/iasf/seo/list`, columnDisplayFloatingBar: `/iasf/SysFloatingColumnSchemeService/SysFloatingColumnScheme/columnDisplayFloatingBar`, showTheFooterAccordingToTheColumn: `/iasf/SysFooterSetupService/SysFooterSetup/showTheFooterAccordingToTheColumn`, + findLogo: `/iasf/LogoService/Logo/findById`, listMarketing: `/nakadai/nakadai/mall/marketing/promotion/pagingQueryList`, courseProduct: `/iasf/productDetails/courseProduct`, diff --git a/src/assets/images/logo.png b/src/assets/images/logo.png index 4ff0ee1..4eae78c 100644 Binary files a/src/assets/images/logo.png and b/src/assets/images/logo.png differ diff --git a/src/layouts/footer/index.vue b/src/layouts/footer/index.vue index 7e98924..f101a49 100644 --- a/src/layouts/footer/index.vue +++ b/src/layouts/footer/index.vue @@ -118,44 +118,6 @@ -
-
-
-
Contact us
-

CONTACT US

-
-
- -

Shenzhen

-
-
- -
-
-
- - Email: {{ isSfel ? 'fel@mail.iasf.ac.cn' : 'std@mail.iasf.ac.cn' }} -
-
- - Telephone: {{ isSfel ? '0755-21096052' : '0086-755-21096026' }} -
-
- - Address: {{ isSfel ? '自由电子激光工程经理部' : - '268 Zhenyuan St, Building A3, Floor 3-6, Guangming District, Shenzhen, Guangdong, P.R.China' }} -
-
-
- -
-
-
-
-
-
diff --git a/src/layouts/header/index.vue b/src/layouts/header/index.vue index 7a144cd..cdf41ea 100644 --- a/src/layouts/header/index.vue +++ b/src/layouts/header/index.vue @@ -1,12 +1,10 @@