diff --git a/dist.zip b/dist.zip index 7426db0..0cf931e 100644 Binary files a/dist.zip and b/dist.zip differ diff --git a/index.html b/index.html index f9447e2..e9f8ec6 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,12 @@ - - + + - - + @@ -30,7 +29,7 @@ s.parentNode.insertBefore(hm, s); })(); - AI秒著引擎_0元申报软件著作权,软件著作权登记申请,软件著作权申请流程,如何申请软件著作权,软件著作权的作用,软件著作权申请需要多久 + AI喵著网_0元申报软件著作权,软件著作权登记申请,软件著作权申请流程,如何申请软件著作权,软件著作权的作用,软件著作权申请需要多久 diff --git a/public/AImzhu2.svg b/public/AImzhu2.svg new file mode 100644 index 0000000..3ebeb01 --- /dev/null +++ b/public/AImzhu2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/public/assets/img/222.png b/public/assets/img/222.png new file mode 100644 index 0000000..f8d33e1 Binary files /dev/null and b/public/assets/img/222.png differ diff --git a/public/assets/img/555.png b/public/assets/img/555.png new file mode 100644 index 0000000..24b4329 Binary files /dev/null and b/public/assets/img/555.png differ diff --git a/public/assets/img/AIKF.png b/public/assets/img/AIKF.png new file mode 100644 index 0000000..b00a25b Binary files /dev/null and b/public/assets/img/AIKF.png differ diff --git a/public/assets/img/footerlogo22.png b/public/assets/img/footerlogo22.png new file mode 100644 index 0000000..24b4329 Binary files /dev/null and b/public/assets/img/footerlogo22.png differ diff --git a/public/assets/img/headicon21.png b/public/assets/img/headicon21.png new file mode 100644 index 0000000..f8d33e1 Binary files /dev/null and b/public/assets/img/headicon21.png differ diff --git a/public/assets/img/home-bj2.png b/public/assets/img/home-bj2.png new file mode 100644 index 0000000..35954f9 Binary files /dev/null and b/public/assets/img/home-bj2.png differ diff --git a/public/assets/img/kf-left-icon.png b/public/assets/img/kf-left-icon.png new file mode 100644 index 0000000..42da3fe Binary files /dev/null and b/public/assets/img/kf-left-icon.png differ diff --git a/public/assets/img/kf-right-icon.png b/public/assets/img/kf-right-icon.png new file mode 100644 index 0000000..ff52742 Binary files /dev/null and b/public/assets/img/kf-right-icon.png differ diff --git a/public/assets/img/nav-phone1.png b/public/assets/img/nav-phone1.png new file mode 100644 index 0000000..ecf1f65 Binary files /dev/null and b/public/assets/img/nav-phone1.png differ diff --git a/public/assets/img/nav-phone2.png b/public/assets/img/nav-phone2.png new file mode 100644 index 0000000..0ea84cd Binary files /dev/null and b/public/assets/img/nav-phone2.png differ diff --git a/src/App.vue b/src/App.vue index f503ad0..a085382 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,96 +37,32 @@ export default { } }, - beforeMount() { - this.checkDeviceAndRedirect(); - window.addEventListener('resize', this.checkDeviceAndRedirect); - }, - methods: { - checkDeviceAndRedirect() { - const mobile = isMobile(); - if (mobile && this.$route.name !== 'MobilePage') { - this.isMobileView = true; - this.$router.replace({ name: 'MobilePage' }); - } else if (!mobile && this.$route.name !== 'HomePage') { - this.isMobileView = false; - this.$router.replace({ name: 'HomePage' }); - } - } - }, - beforeUnmount() { - window.removeEventListener('resize', this.checkDeviceAndRedirect); - } - - // watch: { - // $route(to, from) { - // if (to.name === 'MobilePage') { - // this.HeaderNav = false; - // this.Footer = false; - // } else { - // this.HeaderNav = true; - // this.Footer = true; - // } - // }, - // }, - // created() { - // if (this.$route) { - // this.updateComponentVisibility(this.$route); - // } + // beforeMount() { + // this.checkDeviceAndRedirect(); + // window.addEventListener('resize', this.checkDeviceAndRedirect); // }, // methods: { - // updateComponentVisibility(route) { - // if (route.name === 'MobilePage') { - // this.HeaderNav = false; - // this.Footer = false; - // } else { - // this.HeaderNav = true; - // this.Footer = true; - // } - // }, - // }, - - - // watch: { - // // 监听路由变化 - // $route(to, from) { - // if (to.name === 'Home' && from.name === 'Home') { - // // 如果从首页路由离开并再次返回,重置飘窗状态 - // this.sportStatus = false; - // this.floatWindowKey = 0; - // this.clearFloatWindowTimer(); // 清除飘窗的定时器 - // this.resetFloatWindowPosition(); // 重置飘窗位置 - // console.log(22); - // } else if (to.name === 'Home') { - // // 如果第一次进入首页路由,启动飘窗 - // this.sportStatus = true; - // this.floatWindowKey++; // 增加 key 值以强制重新渲染 - // console.log(11); - // this.resetFloatWindowPosition(); // 重置飘窗位置 - // this.startFloatWindowTimer(); // 启动飘窗移动的定时器 + // checkDeviceAndRedirect() { + // const mobile = isMobile(); + // if (mobile && this.$route.name !== 'MobilePage') { + // this.isMobileView = true; + // this.$router.replace({ name: 'MobilePage' }); + // } else if (!mobile && this.$route.name !== 'HomePage') { + // this.isMobileView = false; + // this.$router.replace({ name: 'HomePage' }); // } // } // }, - - // data() { - // return { - // shouldReloadHome: false // 标志,用于判断是否需要刷新首页 - // }; - // }, - // methods: { - // handleRefreshHome() { - // this.shouldReloadHome = true; // 设置刷新标志 - // } - // }, - // watch: { - // $route(to, from) { - // // 当路由跳转到首页且设置了刷新标志时,刷新页面 - // if (to.path === '/' && this.shouldReloadHome) { - // window.location.reload(); // 刷新页面 - // this.shouldReloadHome = false; // 重置刷新标志 - // } - // } + // beforeUnmount() { + // window.removeEventListener('resize', this.checkDeviceAndRedirect); // } + + + + + + } diff --git a/src/assets/AImzhu2.svg b/src/assets/AImzhu2.svg new file mode 100644 index 0000000..3ebeb01 --- /dev/null +++ b/src/assets/AImzhu2.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/img/222.png b/src/assets/img/222.png new file mode 100644 index 0000000..f8d33e1 Binary files /dev/null and b/src/assets/img/222.png differ diff --git a/src/assets/img/footerlogo22.png b/src/assets/img/footerlogo22.png new file mode 100644 index 0000000..24b4329 Binary files /dev/null and b/src/assets/img/footerlogo22.png differ diff --git a/src/assets/img/headicon21.png b/src/assets/img/headicon21.png new file mode 100644 index 0000000..f8d33e1 Binary files /dev/null and b/src/assets/img/headicon21.png differ diff --git a/src/assets/img/home-bj2.png b/src/assets/img/home-bj2.png new file mode 100644 index 0000000..35954f9 Binary files /dev/null and b/src/assets/img/home-bj2.png differ diff --git a/src/assets/img/login-register-bj.jpg b/src/assets/img/login-register-bj.jpg new file mode 100644 index 0000000..e7425af Binary files /dev/null and b/src/assets/img/login-register-bj.jpg differ diff --git a/src/assets/img/registerlogo.png b/src/assets/img/registerlogo.png new file mode 100644 index 0000000..dc4ac4b Binary files /dev/null and b/src/assets/img/registerlogo.png differ diff --git a/src/components/Footer.vue b/src/components/Footer.vue index 46a0f86..e1c4b73 100644 --- a/src/components/Footer.vue +++ b/src/components/Footer.vue @@ -5,7 +5,8 @@
@@ -54,11 +55,14 @@
    -
  • 山西腾狮科技有限公司 版权所有
  • -
  • 晋ICP备14004820号
  • +
  • 山西腾狮科技股份有限公司 版权所有
  • +
  • 晋ICP备14004820号
  • 晋公网安备 14010502050897号
+ + 河北雄安秒著科技有限公司 运营服务 +
@@ -69,7 +73,11 @@ @@ -106,8 +114,10 @@ export default { /* border: 1px solid red; */ } .box-top .box-left-logo { - width: 3.25rem; - height: .575rem; + /* width: 3.25rem; + height: .575rem; */ + width: 2.325rem; + height: .75rem; /* margin-right: 15px; */ /* margin: 27px 50px 27px 0; */ margin: auto .5rem; @@ -194,7 +204,8 @@ export default { color: #FFF; } .box-bottom { - height: .75rem; + /* height: .75rem; */ + height: .625rem; width: 100%; font-size: .175rem; font-weight: 50; @@ -206,6 +217,8 @@ export default { .box-bottom .row1 { display: flex; justify-content: center; + width: 8.3rem; + margin: 0 auto; /* margin-top: 15px; */ } @@ -214,9 +227,22 @@ export default { } .box-bottom .row1 ul li { - height: .75rem; - line-height: .75rem; + /* height: .75rem; + line-height: .75rem; */ + height: .625rem; + line-height: .625rem; margin-right: .5rem; } +.box-bottom .row1 ul li:nth-child(2) { + cursor: pointer; +} +.box-bottom .row2 { + display: flex; + justify-content: start; + width: 8.3rem; + margin: 0 auto; + color: red; + font-size: .175rem; +} \ No newline at end of file diff --git a/src/components/HeaderNav.vue b/src/components/HeaderNav.vue index 0c41386..037e721 100644 --- a/src/components/HeaderNav.vue +++ b/src/components/HeaderNav.vue @@ -22,9 +22,22 @@
+
+
+
+ +
+
+ 全国服务热线 + 400 086 1633 +
+
+
登录 + 免费注册 +
@@ -37,7 +50,8 @@ export default { data() { return { // logoSrc: '/src/assets/img/headicon1.png', - logoSrc: '/assets/img/headicon1.png', + // logoSrc: '/assets/img/headicon1.png', + logoSrc: '/assets/img/headicon21.png', isFixed: false, shouldReloadHomePage: false, // 添加标志,用于判断是否需要刷新首页 // isHomePage: true, // 用于跟踪是否在首页 @@ -45,6 +59,7 @@ export default { currentRoute: '/HomePage', // 默认激活首页 HeaderNav: true, + phoneIcon: '/assets/img/nav-phone1.png', } }, @@ -56,7 +71,9 @@ export default { }, activateHomePage() { this.isFixed = false; // 重置为默认样式 - this.logoSrc = '/assets/img/headicon1.png'; + // this.logoSrc = '/assets/img/headicon1.png'; + this.logoSrc = '/assets/img/headicon21.png'; + this.phoneIcon = '/assets/img/nav-phone1.png'; // his.shouldReloadHomePage = true; // 设置刷新标志 // 如果当前不是在首页,则设置标志以刷新 // if (this.$route.path !== '/HomePage') { @@ -69,7 +86,9 @@ export default { // }, activate() { this.isFixed = true; // 激活固定样式 - this.logoSrc = '/assets/img/headicon2.png'; + // this.logoSrc = '/assets/img/headicon2.png'; + this.logoSrc = '/assets/img/headicon21.png'; + this.phoneIcon = '/assets/img/nav-phone2.png'; }, handleScroll() { if (this.$route.path === '/HomePage') { @@ -77,9 +96,13 @@ export default { // this.logoSrc = ('window.scrollY > 0' ? '/src/assets/img/headicon2.png': '/src/assets/img/headicon1.png') if(window.scrollY > 0) { - this.logoSrc = '/assets/img/headicon2.png'; + // this.logoSrc = '/assets/img/headicon2.png'; + this.logoSrc = '/assets/img/headicon21.png'; + this.phoneIcon = '/assets/img/nav-phone2.png'; } else { - this.logoSrc = '/assets/img/headicon1.png'; + // this.logoSrc = '/assets/img/headicon1.png'; + this.logoSrc = '/assets/img/headicon21.png'; + this.phoneIcon = '/assets/img/nav-phone1.png'; } } }, @@ -105,14 +128,14 @@ export default { } }, - '$route': { - immediate: true, // 立即执行一次监听函数 - handler(newRoute) { - // 根据路由名称或路径来设置show的值 - this.HeaderNav = newRoute.name !== 'MobilePage' && !newRoute.path.includes('MobilePage'); - this.currentRoute = newRoute.path; // 更新当前路由路径 - } - } + // '$route': { + // immediate: true, // 立即执行一次监听函数 + // handler(newRoute) { + // // 根据路由名称或路径来设置show的值 + // this.HeaderNav = newRoute.name !== 'MobilePage' && !newRoute.path.includes('MobilePage'); + // this.currentRoute = newRoute.path; // 更新当前路由路径 + // } + // } // $route(to, from) { // // 当路由跳转到首页且设置了刷新标志时,刷新页面 @@ -137,8 +160,14 @@ export default { return { 'border-login': this.isFixed, 'line-height-login': this.isFixed, + }; }, + phoneColor() { + return { + 'phoneMessageColor': this.isFixed, + } + }, routerColor() { return { 'active-color': this.$route.path === '/HomePage', @@ -188,6 +217,9 @@ export default { .active2 { border: .025rem solid #42210B; } +.phoneMessageColor { + color: #42210B !important; +} .header-nav { position: absolute; display: flex; @@ -219,7 +251,9 @@ export default { } .header-nav .nav-icon { - width: 3.25rem; + /* width: 3.25rem; + height: .575rem; */ + width: 1.7875rem; height: .575rem; margin-left: .625rem; margin-top: .2125rem; @@ -264,7 +298,35 @@ export default { color: #42210B!; /* color: #FFF; */ } - +.header-nav .phone { + display: flex; + flex-wrap: wrap; + justify-content: center; + align-content: center; + width: 2.2rem; + height: 1rem; + /* background-color: pink; */ +} +.header-nav .phone .phoneBox { + display: flex; + justify-content: start; + width: 2.2rem; + height: 0.6rem; + /* background-color: skyblue; */ +} +.header-nav .phone .phoneBox .leftIcon { + width: 0.6rem; + height: 0.6rem; +} +.header-nav .phone .phoneBox .rightMessage { + display: flex; + flex-direction: column; + justify-content: space-around; + color: #fff; +} +.header-nav .phone .phoneBox .rightMessage span { + font-size: 0.2rem; +} .header-nav .login-register { display: flex; width: 3.5rem; diff --git a/src/components/HelpCenter.vue b/src/components/HelpCenter.vue index a071988..ae93034 100644 --- a/src/components/HelpCenter.vue +++ b/src/components/HelpCenter.vue @@ -2,8 +2,8 @@
-

AI著作权·帮助中心

-

灵活搭建更高效的著作权办理平台

+

AI喵著网·帮助中心

+

驱动软件著作权服务新变革

@@ -367,6 +367,12 @@ export default { \ No newline at end of file diff --git a/src/components/KeFu.vue b/src/components/KeFu.vue index a3cc787..b481cf9 100644 --- a/src/components/KeFu.vue +++ b/src/components/KeFu.vue @@ -2,90 +2,58 @@
-

AI著作权·客服中心

-

灵活搭建更高效的著作权办理平台

+

AI喵著网·客服中心

+

驱动软件著作权服务新变革

-
-
-
-
-
-

客服中心

-