提交 6cf91173 authored 作者: lihuihui's avatar lihuihui

update

上级 7c763a7f
...@@ -3,11 +3,7 @@ import { wrapFunctional } from './utils' ...@@ -3,11 +3,7 @@ import { wrapFunctional } from './utils'
export { default as Foot } from '../../components/Foot.vue' export { default as Foot } from '../../components/Foot.vue'
export { default as Head } from '../../components/Head.vue' export { default as Head } from '../../components/Head.vue'
export { default as Link } from '../../components/Link.vue' export { default as Link } from '../../components/Link.vue'
export { default as RightAside } from '../../components/rightAside.vue' export { default as RightAside } from '../../components/RightAside.vue'
export { default as AboutContact } from '../../components/about/contact.vue'
export { default as AboutCulture } from '../../components/about/culture.vue'
export { default as AboutIntroduce } from '../../components/about/introduce.vue'
export { default as AboutTabNav } from '../../components/about/tabNav.vue'
export { default as AlumnusParty } from '../../components/alumnus/party.vue' export { default as AlumnusParty } from '../../components/alumnus/party.vue'
export { default as AlumnusTabNav } from '../../components/alumnus/tabNav.vue' export { default as AlumnusTabNav } from '../../components/alumnus/tabNav.vue'
export { default as HomeAlumniStories } from '../../components/home/alumniStories.vue' export { default as HomeAlumniStories } from '../../components/home/alumniStories.vue'
...@@ -18,16 +14,16 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs ...@@ -18,16 +14,16 @@ export { default as HomeHeadmasterMsg } from '../../components/home/headmasterMs
export { default as HomeOpenClass } from '../../components/home/openClass.vue' export { default as HomeOpenClass } from '../../components/home/openClass.vue'
export { default as HomeProjectNotice } from '../../components/home/projectNotice.vue' export { default as HomeProjectNotice } from '../../components/home/projectNotice.vue'
export { default as HomeServiceCase } from '../../components/home/serviceCase.vue' export { default as HomeServiceCase } from '../../components/home/serviceCase.vue'
export { default as AboutContact } from '../../components/about/contact.vue'
export { default as AboutCulture } from '../../components/about/culture.vue'
export { default as AboutIntroduce } from '../../components/about/introduce.vue'
export { default as AboutTabNav } from '../../components/about/tabNav.vue'
export { default as ServicesTab } from '../../components/services/tab.vue' export { default as ServicesTab } from '../../components/services/tab.vue'
export const LazyFoot = import('../../components/Foot.vue' /* webpackChunkName: "components/foot" */).then(c => wrapFunctional(c.default || c)) export const LazyFoot = import('../../components/Foot.vue' /* webpackChunkName: "components/foot" */).then(c => wrapFunctional(c.default || c))
export const LazyHead = import('../../components/Head.vue' /* webpackChunkName: "components/head" */).then(c => wrapFunctional(c.default || c)) export const LazyHead = import('../../components/Head.vue' /* webpackChunkName: "components/head" */).then(c => wrapFunctional(c.default || c))
export const LazyLink = import('../../components/Link.vue' /* webpackChunkName: "components/link" */).then(c => wrapFunctional(c.default || c)) export const LazyLink = import('../../components/Link.vue' /* webpackChunkName: "components/link" */).then(c => wrapFunctional(c.default || c))
export const LazyRightAside = import('../../components/rightAside.vue' /* webpackChunkName: "components/right-aside" */).then(c => wrapFunctional(c.default || c)) export const LazyRightAside = import('../../components/RightAside.vue' /* webpackChunkName: "components/right-aside" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutContact = import('../../components/about/contact.vue' /* webpackChunkName: "components/about-contact" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutCulture = import('../../components/about/culture.vue' /* webpackChunkName: "components/about-culture" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutIntroduce = import('../../components/about/introduce.vue' /* webpackChunkName: "components/about-introduce" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutTabNav = import('../../components/about/tabNav.vue' /* webpackChunkName: "components/about-tab-nav" */).then(c => wrapFunctional(c.default || c))
export const LazyAlumnusParty = import('../../components/alumnus/party.vue' /* webpackChunkName: "components/alumnus-party" */).then(c => wrapFunctional(c.default || c)) export const LazyAlumnusParty = import('../../components/alumnus/party.vue' /* webpackChunkName: "components/alumnus-party" */).then(c => wrapFunctional(c.default || c))
export const LazyAlumnusTabNav = import('../../components/alumnus/tabNav.vue' /* webpackChunkName: "components/alumnus-tab-nav" */).then(c => wrapFunctional(c.default || c)) export const LazyAlumnusTabNav = import('../../components/alumnus/tabNav.vue' /* webpackChunkName: "components/alumnus-tab-nav" */).then(c => wrapFunctional(c.default || c))
export const LazyHomeAlumniStories = import('../../components/home/alumniStories.vue' /* webpackChunkName: "components/home-alumni-stories" */).then(c => wrapFunctional(c.default || c)) export const LazyHomeAlumniStories = import('../../components/home/alumniStories.vue' /* webpackChunkName: "components/home-alumni-stories" */).then(c => wrapFunctional(c.default || c))
...@@ -38,4 +34,8 @@ export const LazyHomeHeadmasterMsg = import('../../components/home/headmasterMsg ...@@ -38,4 +34,8 @@ export const LazyHomeHeadmasterMsg = import('../../components/home/headmasterMsg
export const LazyHomeOpenClass = import('../../components/home/openClass.vue' /* webpackChunkName: "components/home-open-class" */).then(c => wrapFunctional(c.default || c)) export const LazyHomeOpenClass = import('../../components/home/openClass.vue' /* webpackChunkName: "components/home-open-class" */).then(c => wrapFunctional(c.default || c))
export const LazyHomeProjectNotice = import('../../components/home/projectNotice.vue' /* webpackChunkName: "components/home-project-notice" */).then(c => wrapFunctional(c.default || c)) export const LazyHomeProjectNotice = import('../../components/home/projectNotice.vue' /* webpackChunkName: "components/home-project-notice" */).then(c => wrapFunctional(c.default || c))
export const LazyHomeServiceCase = import('../../components/home/serviceCase.vue' /* webpackChunkName: "components/home-service-case" */).then(c => wrapFunctional(c.default || c)) export const LazyHomeServiceCase = import('../../components/home/serviceCase.vue' /* webpackChunkName: "components/home-service-case" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutContact = import('../../components/about/contact.vue' /* webpackChunkName: "components/about-contact" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutCulture = import('../../components/about/culture.vue' /* webpackChunkName: "components/about-culture" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutIntroduce = import('../../components/about/introduce.vue' /* webpackChunkName: "components/about-introduce" */).then(c => wrapFunctional(c.default || c))
export const LazyAboutTabNav = import('../../components/about/tabNav.vue' /* webpackChunkName: "components/about-tab-nav" */).then(c => wrapFunctional(c.default || c))
export const LazyServicesTab = import('../../components/services/tab.vue' /* webpackChunkName: "components/services-tab" */).then(c => wrapFunctional(c.default || c)) export const LazyServicesTab = import('../../components/services/tab.vue' /* webpackChunkName: "components/services-tab" */).then(c => wrapFunctional(c.default || c))
...@@ -5,11 +5,7 @@ const components = { ...@@ -5,11 +5,7 @@ const components = {
Foot: () => import('../../components/Foot.vue' /* webpackChunkName: "components/foot" */).then(c => wrapFunctional(c.default || c)), Foot: () => import('../../components/Foot.vue' /* webpackChunkName: "components/foot" */).then(c => wrapFunctional(c.default || c)),
Head: () => import('../../components/Head.vue' /* webpackChunkName: "components/head" */).then(c => wrapFunctional(c.default || c)), Head: () => import('../../components/Head.vue' /* webpackChunkName: "components/head" */).then(c => wrapFunctional(c.default || c)),
Link: () => import('../../components/Link.vue' /* webpackChunkName: "components/link" */).then(c => wrapFunctional(c.default || c)), Link: () => import('../../components/Link.vue' /* webpackChunkName: "components/link" */).then(c => wrapFunctional(c.default || c)),
RightAside: () => import('../../components/rightAside.vue' /* webpackChunkName: "components/right-aside" */).then(c => wrapFunctional(c.default || c)), RightAside: () => import('../../components/RightAside.vue' /* webpackChunkName: "components/right-aside" */).then(c => wrapFunctional(c.default || c)),
AboutContact: () => import('../../components/about/contact.vue' /* webpackChunkName: "components/about-contact" */).then(c => wrapFunctional(c.default || c)),
AboutCulture: () => import('../../components/about/culture.vue' /* webpackChunkName: "components/about-culture" */).then(c => wrapFunctional(c.default || c)),
AboutIntroduce: () => import('../../components/about/introduce.vue' /* webpackChunkName: "components/about-introduce" */).then(c => wrapFunctional(c.default || c)),
AboutTabNav: () => import('../../components/about/tabNav.vue' /* webpackChunkName: "components/about-tab-nav" */).then(c => wrapFunctional(c.default || c)),
AlumnusParty: () => import('../../components/alumnus/party.vue' /* webpackChunkName: "components/alumnus-party" */).then(c => wrapFunctional(c.default || c)), AlumnusParty: () => import('../../components/alumnus/party.vue' /* webpackChunkName: "components/alumnus-party" */).then(c => wrapFunctional(c.default || c)),
AlumnusTabNav: () => import('../../components/alumnus/tabNav.vue' /* webpackChunkName: "components/alumnus-tab-nav" */).then(c => wrapFunctional(c.default || c)), AlumnusTabNav: () => import('../../components/alumnus/tabNav.vue' /* webpackChunkName: "components/alumnus-tab-nav" */).then(c => wrapFunctional(c.default || c)),
HomeAlumniStories: () => import('../../components/home/alumniStories.vue' /* webpackChunkName: "components/home-alumni-stories" */).then(c => wrapFunctional(c.default || c)), HomeAlumniStories: () => import('../../components/home/alumniStories.vue' /* webpackChunkName: "components/home-alumni-stories" */).then(c => wrapFunctional(c.default || c)),
...@@ -20,6 +16,10 @@ const components = { ...@@ -20,6 +16,10 @@ const components = {
HomeOpenClass: () => import('../../components/home/openClass.vue' /* webpackChunkName: "components/home-open-class" */).then(c => wrapFunctional(c.default || c)), HomeOpenClass: () => import('../../components/home/openClass.vue' /* webpackChunkName: "components/home-open-class" */).then(c => wrapFunctional(c.default || c)),
HomeProjectNotice: () => import('../../components/home/projectNotice.vue' /* webpackChunkName: "components/home-project-notice" */).then(c => wrapFunctional(c.default || c)), HomeProjectNotice: () => import('../../components/home/projectNotice.vue' /* webpackChunkName: "components/home-project-notice" */).then(c => wrapFunctional(c.default || c)),
HomeServiceCase: () => import('../../components/home/serviceCase.vue' /* webpackChunkName: "components/home-service-case" */).then(c => wrapFunctional(c.default || c)), HomeServiceCase: () => import('../../components/home/serviceCase.vue' /* webpackChunkName: "components/home-service-case" */).then(c => wrapFunctional(c.default || c)),
AboutContact: () => import('../../components/about/contact.vue' /* webpackChunkName: "components/about-contact" */).then(c => wrapFunctional(c.default || c)),
AboutCulture: () => import('../../components/about/culture.vue' /* webpackChunkName: "components/about-culture" */).then(c => wrapFunctional(c.default || c)),
AboutIntroduce: () => import('../../components/about/introduce.vue' /* webpackChunkName: "components/about-introduce" */).then(c => wrapFunctional(c.default || c)),
AboutTabNav: () => import('../../components/about/tabNav.vue' /* webpackChunkName: "components/about-tab-nav" */).then(c => wrapFunctional(c.default || c)),
ServicesTab: () => import('../../components/services/tab.vue' /* webpackChunkName: "components/services-tab" */).then(c => wrapFunctional(c.default || c)) ServicesTab: () => import('../../components/services/tab.vue' /* webpackChunkName: "components/services-tab" */).then(c => wrapFunctional(c.default || c))
} }
......
...@@ -9,11 +9,7 @@ You can directly use them in pages and other components without the need to impo ...@@ -9,11 +9,7 @@ You can directly use them in pages and other components without the need to impo
- `<Foot>` | `<foot>` (components/Foot.vue) - `<Foot>` | `<foot>` (components/Foot.vue)
- `<Head>` | `<head>` (components/Head.vue) - `<Head>` | `<head>` (components/Head.vue)
- `<Link>` | `<link>` (components/Link.vue) - `<Link>` | `<link>` (components/Link.vue)
- `<RightAside>` | `<right-aside>` (components/rightAside.vue) - `<RightAside>` | `<right-aside>` (components/RightAside.vue)
- `<AboutContact>` | `<about-contact>` (components/about/contact.vue)
- `<AboutCulture>` | `<about-culture>` (components/about/culture.vue)
- `<AboutIntroduce>` | `<about-introduce>` (components/about/introduce.vue)
- `<AboutTabNav>` | `<about-tab-nav>` (components/about/tabNav.vue)
- `<AlumnusParty>` | `<alumnus-party>` (components/alumnus/party.vue) - `<AlumnusParty>` | `<alumnus-party>` (components/alumnus/party.vue)
- `<AlumnusTabNav>` | `<alumnus-tab-nav>` (components/alumnus/tabNav.vue) - `<AlumnusTabNav>` | `<alumnus-tab-nav>` (components/alumnus/tabNav.vue)
- `<HomeAlumniStories>` | `<home-alumni-stories>` (components/home/alumniStories.vue) - `<HomeAlumniStories>` | `<home-alumni-stories>` (components/home/alumniStories.vue)
...@@ -24,4 +20,8 @@ You can directly use them in pages and other components without the need to impo ...@@ -24,4 +20,8 @@ You can directly use them in pages and other components without the need to impo
- `<HomeOpenClass>` | `<home-open-class>` (components/home/openClass.vue) - `<HomeOpenClass>` | `<home-open-class>` (components/home/openClass.vue)
- `<HomeProjectNotice>` | `<home-project-notice>` (components/home/projectNotice.vue) - `<HomeProjectNotice>` | `<home-project-notice>` (components/home/projectNotice.vue)
- `<HomeServiceCase>` | `<home-service-case>` (components/home/serviceCase.vue) - `<HomeServiceCase>` | `<home-service-case>` (components/home/serviceCase.vue)
- `<AboutContact>` | `<about-contact>` (components/about/contact.vue)
- `<AboutCulture>` | `<about-culture>` (components/about/culture.vue)
- `<AboutIntroduce>` | `<about-introduce>` (components/about/introduce.vue)
- `<AboutTabNav>` | `<about-tab-nav>` (components/about/tabNav.vue)
- `<ServicesTab>` | `<services-tab>` (components/services/tab.vue) - `<ServicesTab>` | `<services-tab>` (components/services/tab.vue)
...@@ -12,7 +12,7 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils' ...@@ -12,7 +12,7 @@ import { setContext, getLocation, getRouteData, normalizeError } from './utils'
/* Plugins */ /* Plugins */
import nuxt_plugin_plugin_f1f94936 from 'nuxt_plugin_plugin_f1f94936' // Source: ./components/plugin.js (mode: 'all') import nuxt_plugin_plugin_430d6d16 from 'nuxt_plugin_plugin_430d6d16' // Source: ./components/plugin.js (mode: 'all')
import nuxt_plugin_axios_2228ef02 from 'nuxt_plugin_axios_2228ef02' // Source: ../plugins/axios (mode: 'all') import nuxt_plugin_axios_2228ef02 from 'nuxt_plugin_axios_2228ef02' // Source: ../plugins/axios (mode: 'all')
import nuxt_plugin_elementui_d905880e from 'nuxt_plugin_elementui_d905880e' // Source: ../plugins/element-ui (mode: 'all') import nuxt_plugin_elementui_d905880e from 'nuxt_plugin_elementui_d905880e' // Source: ../plugins/element-ui (mode: 'all')
import nuxt_plugin_vueswiper_9e702eda from 'nuxt_plugin_vueswiper_9e702eda' // Source: ../plugins/vue-swiper.js (mode: 'client') import nuxt_plugin_vueswiper_9e702eda from 'nuxt_plugin_vueswiper_9e702eda' // Source: ../plugins/vue-swiper.js (mode: 'client')
...@@ -179,8 +179,8 @@ async function createApp(ssrContext, config = {}) { ...@@ -179,8 +179,8 @@ async function createApp(ssrContext, config = {}) {
} }
// Plugin execution // Plugin execution
if (typeof nuxt_plugin_plugin_f1f94936 === 'function') { if (typeof nuxt_plugin_plugin_430d6d16 === 'function') {
await nuxt_plugin_plugin_f1f94936(app.context, inject) await nuxt_plugin_plugin_430d6d16(app.context, inject)
} }
if (typeof nuxt_plugin_axios_2228ef02 === 'function') { if (typeof nuxt_plugin_axios_2228ef02 === 'function') {
......
...@@ -4,17 +4,17 @@ import { normalizeURL, decode } from 'ufo' ...@@ -4,17 +4,17 @@ import { normalizeURL, decode } from 'ufo'
import { interopDefault } from './utils' import { interopDefault } from './utils'
import scrollBehavior from './router.scrollBehavior.js' import scrollBehavior from './router.scrollBehavior.js'
const _57a4425d = () => interopDefault(import('../pages/alumnus/index.vue' /* webpackChunkName: "pages/alumnus/index" */)) const _2dc5f64c = () => interopDefault(import('../pages/alumnus/index.vue' /* webpackChunkName: "pages/alumnus/index" */))
const _6e93e90f = () => interopDefault(import('../pages/about/contact.vue' /* webpackChunkName: "pages/about/contact" */)) const _44b59cfe = () => interopDefault(import('../pages/about/contact.vue' /* webpackChunkName: "pages/about/contact" */))
const _3a85a39d = () => interopDefault(import('../pages/about/culture.vue' /* webpackChunkName: "pages/about/culture" */)) const _10a7578c = () => interopDefault(import('../pages/about/culture.vue' /* webpackChunkName: "pages/about/culture" */))
const _4f4e7cce = () => interopDefault(import('../pages/about/introduce.vue' /* webpackChunkName: "pages/about/introduce" */)) const _23d2f0fd = () => interopDefault(import('../pages/about/introduce.vue' /* webpackChunkName: "pages/about/introduce" */))
const _fc431f12 = () => interopDefault(import('../pages/about/news/index.vue' /* webpackChunkName: "pages/about/news/index" */)) const _3de88228 = () => interopDefault(import('../pages/about/news/index.vue' /* webpackChunkName: "pages/about/news/index" */))
const _3ab33805 = () => interopDefault(import('../pages/services/college.vue' /* webpackChunkName: "pages/services/college" */)) const _12856c94 = () => interopDefault(import('../pages/services/college.vue' /* webpackChunkName: "pages/services/college" */))
const _ec7b1d24 = () => interopDefault(import('../pages/services/employment.vue' /* webpackChunkName: "pages/services/employment" */)) const _3cf993c6 = () => interopDefault(import('../pages/services/employment.vue' /* webpackChunkName: "pages/services/employment" */))
const _340d0a2b = () => interopDefault(import('../pages/services/job.vue' /* webpackChunkName: "pages/services/job" */)) const _5bfd9c5c = () => interopDefault(import('../pages/services/job.vue' /* webpackChunkName: "pages/services/job" */))
const _ed96eeb2 = () => interopDefault(import('../pages/services/major.vue' /* webpackChunkName: "pages/services/major" */)) const _77495298 = () => interopDefault(import('../pages/services/major.vue' /* webpackChunkName: "pages/services/major" */))
const _8727b6c2 = () => interopDefault(import('../pages/about/news/_id.vue' /* webpackChunkName: "pages/about/news/_id" */)) const _aafe22e0 = () => interopDefault(import('../pages/about/news/_id.vue' /* webpackChunkName: "pages/about/news/_id" */))
const _43259943 = () => interopDefault(import('../pages/index.vue' /* webpackChunkName: "pages/index" */)) const _4d95ac32 = () => interopDefault(import('../pages/index.vue' /* webpackChunkName: "pages/index" */))
const emptyFn = () => {} const emptyFn = () => {}
...@@ -29,47 +29,47 @@ export const routerOptions = { ...@@ -29,47 +29,47 @@ export const routerOptions = {
routes: [{ routes: [{
path: "/alumnus", path: "/alumnus",
component: _57a4425d, component: _2dc5f64c,
name: "alumnus" name: "alumnus"
}, { }, {
path: "/about/contact", path: "/about/contact",
component: _6e93e90f, component: _44b59cfe,
name: "about-contact" name: "about-contact"
}, { }, {
path: "/about/culture", path: "/about/culture",
component: _3a85a39d, component: _10a7578c,
name: "about-culture" name: "about-culture"
}, { }, {
path: "/about/introduce", path: "/about/introduce",
component: _4f4e7cce, component: _23d2f0fd,
name: "about-introduce" name: "about-introduce"
}, { }, {
path: "/about/news", path: "/about/news",
component: _fc431f12, component: _3de88228,
name: "about-news" name: "about-news"
}, { }, {
path: "/services/college", path: "/services/college",
component: _3ab33805, component: _12856c94,
name: "services-college" name: "services-college"
}, { }, {
path: "/services/employment", path: "/services/employment",
component: _ec7b1d24, component: _3cf993c6,
name: "services-employment" name: "services-employment"
}, { }, {
path: "/services/job", path: "/services/job",
component: _340d0a2b, component: _5bfd9c5c,
name: "services-job" name: "services-job"
}, { }, {
path: "/services/major", path: "/services/major",
component: _ed96eeb2, component: _77495298,
name: "services-major" name: "services-major"
}, { }, {
path: "/about/news/:id", path: "/about/news/:id",
component: _8727b6c2, component: _aafe22e0,
name: "about-news-id" name: "about-news-id"
}, { }, {
path: "/", path: "/",
component: _43259943, component: _4d95ac32,
name: "index" name: "index"
}], }],
......
...@@ -2,78 +2,78 @@ ...@@ -2,78 +2,78 @@
{ {
"name": "alumnus", "name": "alumnus",
"path": "/alumnus", "path": "/alumnus",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/alumnus/index.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/alumnus/index.vue",
"chunkName": "pages/alumnus/index", "chunkName": "pages/alumnus/index",
"_name": "_57a4425d" "_name": "_2dc5f64c"
}, },
{ {
"name": "about-contact", "name": "about-contact",
"path": "/about/contact", "path": "/about/contact",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/about/contact.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/contact.vue",
"chunkName": "pages/about/contact", "chunkName": "pages/about/contact",
"_name": "_6e93e90f" "_name": "_44b59cfe"
}, },
{ {
"name": "about-culture", "name": "about-culture",
"path": "/about/culture", "path": "/about/culture",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/about/culture.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/culture.vue",
"chunkName": "pages/about/culture", "chunkName": "pages/about/culture",
"_name": "_3a85a39d" "_name": "_10a7578c"
}, },
{ {
"name": "about-introduce", "name": "about-introduce",
"path": "/about/introduce", "path": "/about/introduce",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/about/introduce.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/introduce.vue",
"chunkName": "pages/about/introduce", "chunkName": "pages/about/introduce",
"_name": "_4f4e7cce" "_name": "_23d2f0fd"
}, },
{ {
"name": "about-news", "name": "about-news",
"path": "/about/news", "path": "/about/news",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/about/news/index.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/news/index.vue",
"chunkName": "pages/about/news/index", "chunkName": "pages/about/news/index",
"_name": "_fc431f12" "_name": "_3de88228"
}, },
{ {
"name": "services-college", "name": "services-college",
"path": "/services/college", "path": "/services/college",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/services/college.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/college.vue",
"chunkName": "pages/services/college", "chunkName": "pages/services/college",
"_name": "_3ab33805" "_name": "_12856c94"
}, },
{ {
"name": "services-employment", "name": "services-employment",
"path": "/services/employment", "path": "/services/employment",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/services/employment.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/employment.vue",
"chunkName": "pages/services/employment", "chunkName": "pages/services/employment",
"_name": "_ec7b1d24" "_name": "_3cf993c6"
}, },
{ {
"name": "services-job", "name": "services-job",
"path": "/services/job", "path": "/services/job",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/services/job.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/job.vue",
"chunkName": "pages/services/job", "chunkName": "pages/services/job",
"_name": "_340d0a2b" "_name": "_5bfd9c5c"
}, },
{ {
"name": "services-major", "name": "services-major",
"path": "/services/major", "path": "/services/major",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/services/major.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/services/major.vue",
"chunkName": "pages/services/major", "chunkName": "pages/services/major",
"_name": "_ed96eeb2" "_name": "_77495298"
}, },
{ {
"name": "about-news-id", "name": "about-news-id",
"path": "/about/news/:id", "path": "/about/news/:id",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/about/news/_id.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/about/news/_id.vue",
"chunkName": "pages/about/news/_id", "chunkName": "pages/about/news/_id",
"_name": "_8727b6c2" "_name": "_aafe22e0"
}, },
{ {
"name": "index", "name": "index",
"path": "/", "path": "/",
"component": "/Users/max/gitlab/ezijing-www-pc/pages/index.vue", "component": "/Users/lihui/Desktop/H/ezijing/guangwangAndXiangmuzhan/ezijing-www-pc/pages/index.vue",
"chunkName": "pages/index", "chunkName": "pages/index",
"_name": "_43259943" "_name": "_4d95ac32"
} }
] ]
...@@ -9,19 +9,7 @@ ...@@ -9,19 +9,7 @@
"description": "Auto imported from components/Link.vue" "description": "Auto imported from components/Link.vue"
}, },
"RightAside": { "RightAside": {
"description": "Auto imported from components/rightAside.vue" "description": "Auto imported from components/RightAside.vue"
},
"AboutContact": {
"description": "Auto imported from components/about/contact.vue"
},
"AboutCulture": {
"description": "Auto imported from components/about/culture.vue"
},
"AboutIntroduce": {
"description": "Auto imported from components/about/introduce.vue"
},
"AboutTabNav": {
"description": "Auto imported from components/about/tabNav.vue"
}, },
"AlumnusParty": { "AlumnusParty": {
"description": "Auto imported from components/alumnus/party.vue" "description": "Auto imported from components/alumnus/party.vue"
...@@ -53,6 +41,18 @@ ...@@ -53,6 +41,18 @@
"HomeServiceCase": { "HomeServiceCase": {
"description": "Auto imported from components/home/serviceCase.vue" "description": "Auto imported from components/home/serviceCase.vue"
}, },
"AboutContact": {
"description": "Auto imported from components/about/contact.vue"
},
"AboutCulture": {
"description": "Auto imported from components/about/culture.vue"
},
"AboutIntroduce": {
"description": "Auto imported from components/about/introduce.vue"
},
"AboutTabNav": {
"description": "Auto imported from components/about/tabNav.vue"
},
"ServicesTab": { "ServicesTab": {
"description": "Auto imported from components/services/tab.vue" "description": "Auto imported from components/services/tab.vue"
} }
......
...@@ -87,6 +87,72 @@ ...@@ -87,6 +87,72 @@
} }
] ]
}, },
{
name: '教育服务',
childern: [
{
name: '1+x',
isShow: false,
childern: [
{
name: '金融产品数字化营销证书',
path: 'http://x.ezijing.com',
pathType: 1
},
{
name: '数字金融客户服务证书',
pathType: 3
},
{
name: '酒店及旅游业的数字化营销证书',
pathType: 3
},
{
name: '青少年儿童心理以及行为指导证书',
pathType: 3
}
]
},
{
name: '专业共建',
isShow: false,
path: '/services/major'
},
{
name: '产业学院',
isShow: false,
path: '/services/college'
},
{
name: '新职业',
isShow: false,
path: '/services/job'
},
{
name: '高质量实习就业服务',
isShow: false,
path: '/services/employment'
},
{
name: '在线教育解决方案',
isShow: false,
childern: [
{
name: '产品技术',
pathType: 3
},
{
name: '技术支持',
pathType: 3
},
{
name: '联合运营',
pathType: 3
}
]
}
]
},
{ {
name: '学位教育', name: '学位教育',
childern: [ childern: [
...@@ -163,72 +229,6 @@ ...@@ -163,72 +229,6 @@
} }
] ]
}, },
{
name: '教育服务',
childern: [
{
name: '1+x',
isShow: false,
childern: [
{
name: '金融产品数字化营销证书',
path: 'http://x.ezijing.com',
pathType: 1
},
{
name: '数字金融客户服务证书',
pathType: 3
},
{
name: '酒店及旅游业的数字化营销证书',
pathType: 3
},
{
name: '青少年儿童心理以及行为指导证书',
pathType: 3
}
]
},
{
name: '专业共建',
isShow: false,
path: '/services/major'
},
{
name: '产业学院',
isShow: false,
path: '/services/college'
},
{
name: '新职业',
isShow: false,
path: '/services/job'
},
{
name: '高质量实习就业服务',
isShow: false,
path: '/services/employment'
},
{
name: '在线教育解决方案',
isShow: false,
childern: [
{
name: '产品技术',
pathType: 3
},
{
name: '技术支持',
pathType: 3
},
{
name: '联合运营',
pathType: 3
}
]
}
]
},
{ {
name: '校友会', name: '校友会',
path: '/alumnus', path: '/alumnus',
......
...@@ -85,13 +85,15 @@ export default { ...@@ -85,13 +85,15 @@ export default {
} }
.alumnus-code{ .alumnus-code{
width: 202px; width: 202px;
margin: 0 auto;
padding-top: 28px; padding-top: 28px;
.t{ .t{
font-size: 22px; font-size: 22px;
line-height: 100%; line-height: 100%;
margin-bottom: 24px; margin-bottom: 24px;
color: #424242; color: #424242;
padding-left: 26px; // padding-left: 26px;
text-align: center;
} }
img{ img{
width: 100%; width: 100%;
......
...@@ -9,15 +9,15 @@ ...@@ -9,15 +9,15 @@
</div> </div>
<div class="news-content"> <div class="news-content">
<div class="left-content"> <div class="left-content">
<div class="tit">即将开始的<br />课程日期</div> <!-- <div class="tit">即将开始的<br />课程日期</div> -->
<div class="list"> <div class="list">
<div class="li"> <div class="li">
<div class="txt">KELLEY商学院金融硕士(MSF)开学典礼</div> <div class="txt">KELLEY商学院金融硕士(MSF)开学典礼</div>
<div class="time">3月23</div> <div class="time">5月22</div>
</div> </div>
<div class="li"> <div class="li">
<div class="txt">酒店管理HMBA<br />报名截止日</div> <div class="txt">紫荆-索菲亚金融方向工商管理硕士开学典礼</div>
<div class="time">4月10</div> <div class="time">5月29</div>
</div> </div>
</div> </div>
</div> </div>
...@@ -122,8 +122,8 @@ export default { ...@@ -122,8 +122,8 @@ export default {
text-align: center; text-align: center;
} }
.list { .list {
width: 378px; // width: 378px;
margin-left: 60px; // margin-left: 60px;
transform: translateY(-15px); transform: translateY(-15px);
.li { .li {
display: flex; display: flex;
...@@ -135,7 +135,7 @@ export default { ...@@ -135,7 +135,7 @@ export default {
padding-top: 0; padding-top: 0;
} }
.txt { .txt {
width: 188px; width: 450px;
font-size: 18px; font-size: 18px;
font-weight: 400; font-weight: 400;
line-height: 24px; line-height: 24px;
......
...@@ -45,12 +45,13 @@ export default { ...@@ -45,12 +45,13 @@ export default {
}) })
const params = { const params = {
project_id: process.env.projectId, project_id: process.env.projectId,
type_tag: 'article_news' type_tag: 'article_news',
is_recommend: 1,
page: 1,
limit: 3
} }
this.listData = await this.$axios.get('/api/cms/api/v1/articles', { params }).then(res => { this.listData = await this.$axios.get('/api/cms/api/v1/articles', { params }).then(res => {
return res.data.data.filter((item, index) => { return res.data.data
return index < 3
})
}) })
}, },
mounted() {}, mounted() {},
......
...@@ -143,7 +143,7 @@ export default { ...@@ -143,7 +143,7 @@ export default {
name: '数字金融' name: '数字金融'
}, },
{ {
name: '国际品牌管理<br />与新媒体运营' name: '国际品牌管理<br />与数字运营'
} }
], ],
showModule: 0 showModule: 0
......
...@@ -118,7 +118,7 @@ export default { ...@@ -118,7 +118,7 @@ export default {
name: '数字金融' name: '数字金融'
}, },
{ {
name: '国际品牌管理<br />与新媒体运营' name: '国际品牌管理<br />与数字运营'
} }
], ],
showModule: 0 showModule: 0
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论