提交 fc7e3087 authored 作者: 王鹏飞's avatar 王鹏飞

chore: update

上级 3e852931
...@@ -40,4 +40,4 @@ function generateUploadTarget(src, dist) { ...@@ -40,4 +40,4 @@ function generateUploadTarget(src, dist) {
}) })
} }
generateUploadTarget('./dist', '/website/prod/project-online-fi') generateUploadTarget('./dist', '/website/prod/project-online-paa')
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<meta <meta
name="viewport" name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" /> content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, viewport-fit=cover" />
<title>清控紫荆金保</title> <title>清控紫荆金保|PAA</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>
......
src/assets/images/logo.png

14.6 KB | W: | H:

src/assets/images/logo.png

19.8 KB | W: | H:

src/assets/images/logo.png
src/assets/images/logo.png
src/assets/images/logo.png
src/assets/images/logo.png
  • 2-up
  • Swipe
  • Onion skin
src/assets/images/logo_white.png

12.3 KB | W: | H:

src/assets/images/logo_white.png

17.0 KB | W: | H:

src/assets/images/logo_white.png
src/assets/images/logo_white.png
src/assets/images/logo_white.png
src/assets/images/logo_white.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<router-link to="/" class="app-footer-logo"> <router-link to="/" class="app-footer-logo">
<img src="@/assets/images/logo_white.png" /> <img src="@/assets/images/logo_white.png" />
</router-link> </router-link>
<p><a href="#product">产品体系</a><a href="#teacher">师资团队</a><a href="#apply">预约报名</a></p> <p><a href="#product">课程介绍</a><a href="#teacher">师资团队</a><a href="#apply">认证流程</a></p>
</div> </div>
<!-- pc --> <!-- pc -->
<div class="app-footer-link app-footer-link-pc"> <div class="app-footer-link app-footer-link-pc">
...@@ -101,7 +101,6 @@ ...@@ -101,7 +101,6 @@
} }
.app-footer-contact { .app-footer-contact {
margin-left: 30px;
h2 { h2 {
font-size: 16px; font-size: 16px;
font-weight: 500; font-weight: 500;
...@@ -125,7 +124,7 @@ ...@@ -125,7 +124,7 @@
} }
} }
.app-footer-qrcode { .app-footer-qrcode {
margin-left: 80px; margin-left: 10px;
} }
.app-footer-qrcode-content { .app-footer-qrcode-content {
display: flex; display: flex;
......
...@@ -2,10 +2,10 @@ ...@@ -2,10 +2,10 @@
import TreeItem from './TreeItem.vue' import TreeItem from './TreeItem.vue'
const navList = [ const navList = [
{ name: '首页', path: '/' }, { name: '项目介绍', path: '/' },
{ name: '产品体系', path: '/#product' }, { name: '课程体系', path: '/#product' },
{ name: '师资展示', path: '/#teacher' }, { name: '师资介绍', path: '/#teacher' },
{ name: '预约报名', path: '/#apply' } { name: '认证流程', path: '/#apply' }
] ]
</script> </script>
......
...@@ -134,7 +134,6 @@ function next(swiper) { ...@@ -134,7 +134,6 @@ function next(swiper) {
<style lang="scss" scoped> <style lang="scss" scoped>
.section { .section {
margin-top: 80px;
--section-title-color: #fff; --section-title-color: #fff;
--section-title-dot-bgcolor: #fff; --section-title-dot-bgcolor: #fff;
--section-title-dot-border-color: #fff; --section-title-dot-border-color: #fff;
......
...@@ -11,13 +11,7 @@ import Contact from '../components/Contact.vue' ...@@ -11,13 +11,7 @@ import Contact from '../components/Contact.vue'
<template> <template>
<Banner></Banner> <Banner></Banner>
<Main></Main>
<ProjectSystem />
<Teacher></Teacher> <Teacher></Teacher>
<Knowledge />
<Course></Course>
<Brand></Brand>
<Contact />
</template> </template>
<style lang="scss"> <style lang="scss">
......
...@@ -7,7 +7,7 @@ import vue from '@vitejs/plugin-vue' ...@@ -7,7 +7,7 @@ import vue from '@vitejs/plugin-vue'
import AutoImport from 'unplugin-auto-import/vite' import AutoImport from 'unplugin-auto-import/vite'
export default defineConfig(({ mode }) => ({ export default defineConfig(({ mode }) => ({
base: mode === 'prod' ? 'https://webapp-pub.ezijing.com/website/prod/project-online-fi/' : '/', base: mode === 'prod' ? 'https://webapp-pub.ezijing.com/website/prod/project-online-paa/' : '/',
plugins: [ plugins: [
vue({ reactivityTransform: true }), vue({ reactivityTransform: true }),
AutoImport({ AutoImport({
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论