├── .editorconfig ├── .eslintrc.js ├── .gitignore ├── README.md ├── assets ├── README.md ├── css │ └── reset.css └── images │ ├── after-sales │ ├── after_sales_right1.png │ ├── after_sales_right2.png │ ├── after_sales_right3.png │ ├── after_sales_right4.png │ ├── after_sales_right5.png │ ├── after_sales_right6.png │ └── banner.png │ ├── brand │ ├── brand_banner.png │ ├── concept-intro.png │ ├── development-img.png │ ├── story-bottom-vedios.png │ ├── story-bottom-vedios1.png │ ├── story-margaret.jpg │ ├── strength-content.png │ ├── strength-main-chengdu.png │ ├── strength-main-chengdu2.jpg │ ├── strength-main-dongguan.png │ ├── strength-main-dongguan2.jpg │ ├── strength-main-nanjing.png │ └── strength-main-nanjing2.jpg │ ├── contact │ └── banner.png │ ├── experice-bt │ └── dream_together_video.png │ ├── experice │ ├── experice_design_place_img1.png │ ├── experice_design_place_img2.png │ ├── experice_design_place_img3.png │ ├── experice_design_place_img4.png │ ├── experice_idea_img.png │ ├── experice_service_list_img1.png │ ├── experice_service_list_img2.png │ ├── experice_service_list_img3.png │ ├── experice_service_list_img4.png │ ├── experice_service_list_img5.png │ ├── experice_service_list_img6.png │ └── experice_service_list_img7.png │ ├── index │ ├── TThome-logo.png │ ├── banner-btn-next-cur.png │ ├── banner-btn-next.png │ ├── banner-btn-pre-cur.png │ ├── banner-btn-pre.png │ ├── bottom-detalis-more-img.png │ ├── experience-tab-left-img-bt.png │ ├── experience-tab-left-img-cd.png │ ├── experience-tab-left-img-dg.png │ ├── experience-tab-left-img-nanjing.jpg │ ├── footer-logo.png │ ├── footer-phone-code.png │ ├── footer-phone-icon.png │ ├── footer-phone.png │ ├── footer-pic.png │ ├── footer-sina-icon.png │ ├── footer-weixin-code.png │ ├── footer-weixin-icon.png │ ├── index-mobile.png │ ├── news-first-img.png │ ├── person_center.png │ ├── tab-right-pic-bt.png │ ├── tab-right-pic-cd.png │ ├── tab-right-pic-dg.png │ └── tab-right-pic-nanjing.png │ ├── join │ ├── business_banner.jpg │ ├── join_advantages_list_img1.png │ ├── join_advantages_list_img2.png │ ├── join_advantages_list_img3.png │ ├── join_advantages_list_img4.png │ ├── join_advantages_list_img5.png │ ├── join_advantages_list_img6.png │ ├── join_advantages_list_img7.png │ ├── join_advantages_titleC.png │ ├── join_case_img.png │ ├── join_city_img.png │ ├── join_contact_code_img.png │ ├── join_footer_wrap_bg.png │ ├── join_partners_banner_next.png │ ├── join_partners_banner_pre.png │ ├── join_partnership_list.png │ ├── join_partnership_titleC.png │ ├── join_protection_img.png │ ├── join_purpose_bg.png │ ├── join_support_desc_bg.png │ ├── join_support_future_change.png │ ├── join_support_future_img0.png │ ├── join_support_future_img1.png │ ├── join_support_future_img2.png │ ├── join_support_future_img3.png │ ├── join_support_future_img4.png │ ├── join_support_future_img5.png │ ├── join_support_future_img6.png │ ├── join_support_future_img7.png │ ├── join_support_future_img8.png │ ├── join_support_future_img9.png │ ├── join_support_show_bg.png │ ├── new_logo.png │ ├── sales_data_img.png │ └── visney_intro_details_img.png │ ├── leader │ ├── leader_said_01.jpg │ ├── leader_said_02.jpg │ ├── leader_said_03.jpg │ ├── leader_said_04.jpg │ ├── leader_said_05.jpg │ ├── leader_said_06.jpg │ ├── leader_said_07.jpg │ ├── leader_said_08.jpg │ ├── leader_said_09.jpg │ ├── leader_said_10.jpg │ ├── leader_said_11.jpg │ ├── leader_said_12.jpg │ ├── leader_said_13.jpg │ ├── leader_said_14.jpg │ ├── leader_said_15.jpg │ ├── leader_said_16.jpg │ ├── leader_said_17.jpg │ ├── leader_said_18.jpg │ ├── leader_said_19.jpg │ ├── leader_said_20.jpg │ ├── leader_said_21.jpg │ ├── leader_said_22.jpg │ ├── leader_said_23.jpg │ ├── leader_said_24.jpg │ ├── leader_said_letter1.jpg │ └── leader_said_letter2.jpg │ ├── news-list │ ├── recom-article-left-bg.png │ └── recom-products-list-img1.png │ ├── news-view │ ├── bds_qzone.png │ ├── bds_qzone_hover.png │ ├── bds_sqq.png │ ├── bds_sqq_hover.png │ ├── bds_tsina.png │ ├── bds_tsina_hover.png │ ├── bds_weixin.png │ └── bds_weixin_hover.png │ ├── news │ └── news-banner.jpg │ ├── pre-sales │ ├── banner.png │ ├── pre_sales_right1.png │ ├── pre_sales_right2.png │ ├── pre_sales_right3.png │ ├── pre_sales_right4.png │ ├── pre_sales_right5.png │ └── pre_sales_right6.png │ ├── prod-view │ ├── banner.jpg │ └── banner.png │ ├── products │ ├── banner-btn-next-cur.png │ ├── banner-btn-pre-cur.png │ ├── recom-products-img1.png │ ├── recom-products-img2.png │ ├── recom-products-img3.png │ └── recom-products-img4.png │ └── questions │ └── banner.png ├── components ├── AppLogo.vue ├── README.md ├── common │ ├── commonMap.vue │ ├── indexNewsListShow.vue │ ├── pagination.vue │ └── prodListShow.vue ├── experice │ ├── expericeAddress.vue │ ├── expericeBanner.vue │ ├── expericeDesign.vue │ ├── expericeHighLights.vue │ ├── expericeIdea.vue │ ├── expericeNewModel.vue │ ├── expericePanoramic.vue │ ├── expericePeopleDesc.vue │ ├── expericePlaceDesc.vue │ ├── expericeService.vue │ ├── expericeStyle.vue │ ├── expericeVideo.vue │ └── lineService.vue ├── home │ ├── banner.vue │ ├── footer.vue │ ├── header.vue │ └── indexVideo.vue ├── job │ ├── jobConTitle.vue │ ├── jobEnvironment.vue │ ├── jobHot.vue │ └── jobSelectHead.vue ├── news │ └── NewsBanner.vue └── products │ ├── prodViewImages.vue │ └── prodViewLink.vue ├── layouts ├── README.md ├── default.vue └── error.vue ├── middleware └── README.md ├── nuxt.config.js ├── package-lock.json ├── package.json ├── pages ├── README.md ├── brand │ └── index.vue ├── experice │ ├── bt │ │ └── index.vue │ ├── cd │ │ └── index.vue │ ├── dg │ │ └── index.vue │ ├── index.vue │ └── nj │ │ └── index.vue ├── index.vue ├── job │ ├── _classId │ │ └── index.vue │ ├── index.vue │ ├── jobView │ │ └── _id.vue │ └── search │ │ └── index.vue ├── join │ └── index.vue ├── leader │ └── index.vue ├── news │ ├── _category │ │ └── index.vue │ ├── index.vue │ └── newsView │ │ └── _id.vue ├── prod │ ├── _typeId │ │ └── index.vue │ ├── index.vue │ ├── newPro │ │ └── index.vue │ └── pdV │ │ └── _id.vue ├── service │ ├── _id.vue │ ├── aftersales.vue │ ├── contact.vue │ ├── presales.vue │ └── questions.vue └── sitemap │ └── index.vue ├── plugins └── README.md ├── static ├── README.md ├── favicon.ico ├── robots.txt └── sogousiteverification.txt ├── store ├── README.md └── index.js └── utils └── assist.js /.editorconfig: -------------------------------------------------------------------------------- 1 | # editorconfig.org 2 | root = true 3 | 4 | [*] 5 | indent_size = 2 6 | indent_style = space 7 | end_of_line = lf 8 | charset = utf-8 9 | trim_trailing_whitespace = true 10 | insert_final_newline = true 11 | 12 | [*.md] 13 | trim_trailing_whitespace = false 14 | -------------------------------------------------------------------------------- /.eslintrc.js: -------------------------------------------------------------------------------- 1 | module.exports = { 2 | root: true, 3 | env: { 4 | browser: true, 5 | node: true 6 | }, 7 | parserOptions: { 8 | parser: 'babel-eslint' 9 | }, 10 | extends: [ 11 | // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention 12 | // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. 13 | 'plugin:vue/essential' 14 | ], 15 | // required to lint *.vue files 16 | plugins: [ 17 | 'vue' 18 | ], 19 | // add your custom rules here 20 | rules: {} 21 | } 22 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # dependencies 2 | node_modules 3 | 4 | # logs 5 | npm-debug.log 6 | 7 | # Nuxt build 8 | .nuxt 9 | 10 | # Nuxt generate 11 | dist 12 | -------------------------------------------------------------------------------- /assets/README.md: -------------------------------------------------------------------------------- 1 | # ASSETS 2 | 3 | This directory contains your un-compiled assets such as LESS, SASS, or JavaScript. 4 | 5 | More information about the usage of this directory in the documentation: 6 | https://nuxtjs.org/guide/assets#webpacked 7 | 8 | **This directory is not required, you can delete it if you don't want to use it.** 9 | -------------------------------------------------------------------------------- /assets/css/reset.css: -------------------------------------------------------------------------------- 1 | body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { 2 | margin:0; 3 | padding:0; 4 | } 5 | body{ 6 | background:#fff; 7 | color:#000; 8 | font-size:14px; 9 | font-family: 'Microsoft yahei',Verdana, Arial, Helvetica, sans-serif; 10 | } 11 | td,th,caption { 12 | font-size:14px; 13 | } 14 | h1, h2, h3, h4, h5, h6 { 15 | font-size:100%; 16 | } 17 | address, caption, cite, code, dfn, em, th, var { 18 | font-style:normal; font-weight:normal; 19 | } 20 | a{ 21 | text-decoration:none; 22 | } 23 | img{ 24 | border:none; 25 | } 26 | ol,ul,li { 27 | list-style:none; 28 | } 29 | li{ 30 | vertical-align:top; 31 | } 32 | input, textarea, select, button { 33 | font:14px 'Microsoft yahei',Verdana,Helvetica,Arial,sans-serif; } 34 | table { 35 | border-collapse:collapse; 36 | } 37 | .clearfix:after { 38 | content: "."; 39 | display: block; 40 | height:0; 41 | clear:both; 42 | visibility: hidden; 43 | } 44 | .clearfix { *zoom:1; } -------------------------------------------------------------------------------- /assets/images/after-sales/after_sales_right1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/after_sales_right1.png -------------------------------------------------------------------------------- /assets/images/after-sales/after_sales_right2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/after_sales_right2.png -------------------------------------------------------------------------------- /assets/images/after-sales/after_sales_right3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/after_sales_right3.png -------------------------------------------------------------------------------- /assets/images/after-sales/after_sales_right4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/after_sales_right4.png -------------------------------------------------------------------------------- /assets/images/after-sales/after_sales_right5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/after_sales_right5.png -------------------------------------------------------------------------------- /assets/images/after-sales/after_sales_right6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/after_sales_right6.png -------------------------------------------------------------------------------- /assets/images/after-sales/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/after-sales/banner.png -------------------------------------------------------------------------------- /assets/images/brand/brand_banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/brand_banner.png -------------------------------------------------------------------------------- /assets/images/brand/concept-intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/concept-intro.png -------------------------------------------------------------------------------- /assets/images/brand/development-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/development-img.png -------------------------------------------------------------------------------- /assets/images/brand/story-bottom-vedios.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/story-bottom-vedios.png -------------------------------------------------------------------------------- /assets/images/brand/story-bottom-vedios1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/story-bottom-vedios1.png -------------------------------------------------------------------------------- /assets/images/brand/story-margaret.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/story-margaret.jpg -------------------------------------------------------------------------------- /assets/images/brand/strength-content.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-content.png -------------------------------------------------------------------------------- /assets/images/brand/strength-main-chengdu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-main-chengdu.png -------------------------------------------------------------------------------- /assets/images/brand/strength-main-chengdu2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-main-chengdu2.jpg -------------------------------------------------------------------------------- /assets/images/brand/strength-main-dongguan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-main-dongguan.png -------------------------------------------------------------------------------- /assets/images/brand/strength-main-dongguan2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-main-dongguan2.jpg -------------------------------------------------------------------------------- /assets/images/brand/strength-main-nanjing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-main-nanjing.png -------------------------------------------------------------------------------- /assets/images/brand/strength-main-nanjing2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/brand/strength-main-nanjing2.jpg -------------------------------------------------------------------------------- /assets/images/contact/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/contact/banner.png -------------------------------------------------------------------------------- /assets/images/experice-bt/dream_together_video.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice-bt/dream_together_video.png -------------------------------------------------------------------------------- /assets/images/experice/experice_design_place_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_design_place_img1.png -------------------------------------------------------------------------------- /assets/images/experice/experice_design_place_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_design_place_img2.png -------------------------------------------------------------------------------- /assets/images/experice/experice_design_place_img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_design_place_img3.png -------------------------------------------------------------------------------- /assets/images/experice/experice_design_place_img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_design_place_img4.png -------------------------------------------------------------------------------- /assets/images/experice/experice_idea_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_idea_img.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img1.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img2.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img3.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img4.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img5.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img6.png -------------------------------------------------------------------------------- /assets/images/experice/experice_service_list_img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/experice/experice_service_list_img7.png -------------------------------------------------------------------------------- /assets/images/index/TThome-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/TThome-logo.png -------------------------------------------------------------------------------- /assets/images/index/banner-btn-next-cur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/banner-btn-next-cur.png -------------------------------------------------------------------------------- /assets/images/index/banner-btn-next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/banner-btn-next.png -------------------------------------------------------------------------------- /assets/images/index/banner-btn-pre-cur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/banner-btn-pre-cur.png -------------------------------------------------------------------------------- /assets/images/index/banner-btn-pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/banner-btn-pre.png -------------------------------------------------------------------------------- /assets/images/index/bottom-detalis-more-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/bottom-detalis-more-img.png -------------------------------------------------------------------------------- /assets/images/index/experience-tab-left-img-bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/experience-tab-left-img-bt.png -------------------------------------------------------------------------------- /assets/images/index/experience-tab-left-img-cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/experience-tab-left-img-cd.png -------------------------------------------------------------------------------- /assets/images/index/experience-tab-left-img-dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/experience-tab-left-img-dg.png -------------------------------------------------------------------------------- /assets/images/index/experience-tab-left-img-nanjing.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/experience-tab-left-img-nanjing.jpg -------------------------------------------------------------------------------- /assets/images/index/footer-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-logo.png -------------------------------------------------------------------------------- /assets/images/index/footer-phone-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-phone-code.png -------------------------------------------------------------------------------- /assets/images/index/footer-phone-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-phone-icon.png -------------------------------------------------------------------------------- /assets/images/index/footer-phone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-phone.png -------------------------------------------------------------------------------- /assets/images/index/footer-pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-pic.png -------------------------------------------------------------------------------- /assets/images/index/footer-sina-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-sina-icon.png -------------------------------------------------------------------------------- /assets/images/index/footer-weixin-code.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-weixin-code.png -------------------------------------------------------------------------------- /assets/images/index/footer-weixin-icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/footer-weixin-icon.png -------------------------------------------------------------------------------- /assets/images/index/index-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/index-mobile.png -------------------------------------------------------------------------------- /assets/images/index/news-first-img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/news-first-img.png -------------------------------------------------------------------------------- /assets/images/index/person_center.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/person_center.png -------------------------------------------------------------------------------- /assets/images/index/tab-right-pic-bt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/tab-right-pic-bt.png -------------------------------------------------------------------------------- /assets/images/index/tab-right-pic-cd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/tab-right-pic-cd.png -------------------------------------------------------------------------------- /assets/images/index/tab-right-pic-dg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/tab-right-pic-dg.png -------------------------------------------------------------------------------- /assets/images/index/tab-right-pic-nanjing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/index/tab-right-pic-nanjing.png -------------------------------------------------------------------------------- /assets/images/join/business_banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/business_banner.jpg -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img1.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img2.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img3.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img4.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img5.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img6.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_list_img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_list_img7.png -------------------------------------------------------------------------------- /assets/images/join/join_advantages_titleC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_advantages_titleC.png -------------------------------------------------------------------------------- /assets/images/join/join_case_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_case_img.png -------------------------------------------------------------------------------- /assets/images/join/join_city_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_city_img.png -------------------------------------------------------------------------------- /assets/images/join/join_contact_code_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_contact_code_img.png -------------------------------------------------------------------------------- /assets/images/join/join_footer_wrap_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_footer_wrap_bg.png -------------------------------------------------------------------------------- /assets/images/join/join_partners_banner_next.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_partners_banner_next.png -------------------------------------------------------------------------------- /assets/images/join/join_partners_banner_pre.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_partners_banner_pre.png -------------------------------------------------------------------------------- /assets/images/join/join_partnership_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_partnership_list.png -------------------------------------------------------------------------------- /assets/images/join/join_partnership_titleC.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_partnership_titleC.png -------------------------------------------------------------------------------- /assets/images/join/join_protection_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_protection_img.png -------------------------------------------------------------------------------- /assets/images/join/join_purpose_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_purpose_bg.png -------------------------------------------------------------------------------- /assets/images/join/join_support_desc_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_desc_bg.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_change.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_change.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img0.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img1.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img2.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img3.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img4.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img5.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img6.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img7.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img8.png -------------------------------------------------------------------------------- /assets/images/join/join_support_future_img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_future_img9.png -------------------------------------------------------------------------------- /assets/images/join/join_support_show_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/join_support_show_bg.png -------------------------------------------------------------------------------- /assets/images/join/new_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/new_logo.png -------------------------------------------------------------------------------- /assets/images/join/sales_data_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/sales_data_img.png -------------------------------------------------------------------------------- /assets/images/join/visney_intro_details_img.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/join/visney_intro_details_img.png -------------------------------------------------------------------------------- /assets/images/leader/leader_said_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_01.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_02.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_02.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_03.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_03.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_04.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_04.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_05.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_05.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_06.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_06.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_07.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_07.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_08.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_08.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_09.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_09.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_10.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_10.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_11.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_11.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_12.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_12.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_13.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_13.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_14.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_14.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_15.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_15.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_16.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_16.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_17.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_17.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_18.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_18.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_19.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_19.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_20.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_20.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_21.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_21.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_22.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_22.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_23.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_23.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_24.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_24.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_letter1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_letter1.jpg -------------------------------------------------------------------------------- /assets/images/leader/leader_said_letter2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/leader/leader_said_letter2.jpg -------------------------------------------------------------------------------- /assets/images/news-list/recom-article-left-bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-list/recom-article-left-bg.png -------------------------------------------------------------------------------- /assets/images/news-list/recom-products-list-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-list/recom-products-list-img1.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_qzone.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_qzone.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_qzone_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_qzone_hover.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_sqq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_sqq.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_sqq_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_sqq_hover.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_tsina.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_tsina.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_tsina_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_tsina_hover.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_weixin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_weixin.png -------------------------------------------------------------------------------- /assets/images/news-view/bds_weixin_hover.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news-view/bds_weixin_hover.png -------------------------------------------------------------------------------- /assets/images/news/news-banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/news/news-banner.jpg -------------------------------------------------------------------------------- /assets/images/pre-sales/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/banner.png -------------------------------------------------------------------------------- /assets/images/pre-sales/pre_sales_right1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/pre_sales_right1.png -------------------------------------------------------------------------------- /assets/images/pre-sales/pre_sales_right2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/pre_sales_right2.png -------------------------------------------------------------------------------- /assets/images/pre-sales/pre_sales_right3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/pre_sales_right3.png -------------------------------------------------------------------------------- /assets/images/pre-sales/pre_sales_right4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/pre_sales_right4.png -------------------------------------------------------------------------------- /assets/images/pre-sales/pre_sales_right5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/pre_sales_right5.png -------------------------------------------------------------------------------- /assets/images/pre-sales/pre_sales_right6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/pre-sales/pre_sales_right6.png -------------------------------------------------------------------------------- /assets/images/prod-view/banner.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/prod-view/banner.jpg -------------------------------------------------------------------------------- /assets/images/prod-view/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/prod-view/banner.png -------------------------------------------------------------------------------- /assets/images/products/banner-btn-next-cur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/products/banner-btn-next-cur.png -------------------------------------------------------------------------------- /assets/images/products/banner-btn-pre-cur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/products/banner-btn-pre-cur.png -------------------------------------------------------------------------------- /assets/images/products/recom-products-img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/products/recom-products-img1.png -------------------------------------------------------------------------------- /assets/images/products/recom-products-img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/products/recom-products-img2.png -------------------------------------------------------------------------------- /assets/images/products/recom-products-img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/products/recom-products-img3.png -------------------------------------------------------------------------------- /assets/images/products/recom-products-img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/products/recom-products-img4.png -------------------------------------------------------------------------------- /assets/images/questions/banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/assets/images/questions/banner.png -------------------------------------------------------------------------------- /components/AppLogo.vue: -------------------------------------------------------------------------------- 1 | 9 | 10 | 80 | -------------------------------------------------------------------------------- /components/README.md: -------------------------------------------------------------------------------- 1 | # COMPONENTS 2 | 3 | The components directory contains your Vue.js Components. 4 | Nuxt.js doesn't supercharge these components. 5 | 6 | **This directory is not required, you can delete it if you don't want to use it.** 7 | -------------------------------------------------------------------------------- /components/common/commonMap.vue: -------------------------------------------------------------------------------- 1 | 10 | 11 | 76 | 77 | 97 | -------------------------------------------------------------------------------- /components/common/indexNewsListShow.vue: -------------------------------------------------------------------------------- 1 | 38 | 39 | 59 | 60 | -------------------------------------------------------------------------------- /components/common/pagination.vue: -------------------------------------------------------------------------------- 1 | 14 | 15 | 99 | 100 | -------------------------------------------------------------------------------- /components/common/prodListShow.vue: -------------------------------------------------------------------------------- 1 | 28 | 29 | 52 | 53 | 197 | -------------------------------------------------------------------------------- /components/experice/expericeAddress.vue: -------------------------------------------------------------------------------- 1 | 28 | 29 | 37 | 38 | 135 | -------------------------------------------------------------------------------- /components/experice/expericeBanner.vue: -------------------------------------------------------------------------------- 1 | 10 | 11 | 22 | 23 | 53 | -------------------------------------------------------------------------------- /components/experice/expericeHighLights.vue: -------------------------------------------------------------------------------- 1 | 31 | 32 | 40 | 41 | 161 | -------------------------------------------------------------------------------- /components/experice/expericeIdea.vue: -------------------------------------------------------------------------------- 1 | 33 | 34 | 39 | 40 | 159 | 160 | 161 | -------------------------------------------------------------------------------- /components/experice/expericeNewModel.vue: -------------------------------------------------------------------------------- 1 | 30 | 31 | 36 | 37 | 120 | 121 | 122 | -------------------------------------------------------------------------------- /components/experice/expericePanoramic.vue: -------------------------------------------------------------------------------- 1 | 39 | 40 | 48 | 49 | 185 | -------------------------------------------------------------------------------- /components/experice/expericePeopleDesc.vue: -------------------------------------------------------------------------------- 1 | 30 | 31 | 39 | 40 | 153 | -------------------------------------------------------------------------------- /components/experice/expericePlaceDesc.vue: -------------------------------------------------------------------------------- 1 | 31 | 32 | 50 | 51 | 180 | -------------------------------------------------------------------------------- /components/experice/expericeService.vue: -------------------------------------------------------------------------------- 1 | 82 | 83 | 88 | 89 | 214 | -------------------------------------------------------------------------------- /components/experice/expericeStyle.vue: -------------------------------------------------------------------------------- 1 | 31 | 32 | 40 | 41 | 177 | -------------------------------------------------------------------------------- /components/experice/expericeVideo.vue: -------------------------------------------------------------------------------- 1 | 24 | 29 | 91 | -------------------------------------------------------------------------------- /components/home/banner.vue: -------------------------------------------------------------------------------- 1 | 31 | 32 | 106 | 107 | -------------------------------------------------------------------------------- /components/home/footer.vue: -------------------------------------------------------------------------------- 1 | 100 | 101 | 315 | 316 | -------------------------------------------------------------------------------- /components/home/indexVideo.vue: -------------------------------------------------------------------------------- 1 | 8 | 9 | 20 | -------------------------------------------------------------------------------- /components/job/jobConTitle.vue: -------------------------------------------------------------------------------- 1 | 30 | 38 | 149 | 150 | 151 | -------------------------------------------------------------------------------- /components/job/jobEnvironment.vue: -------------------------------------------------------------------------------- 1 | 34 | 35 | 76 | 77 | 212 | 213 | 214 | -------------------------------------------------------------------------------- /components/job/jobHot.vue: -------------------------------------------------------------------------------- 1 | 30 | 44 | 179 | 180 | 181 | -------------------------------------------------------------------------------- /components/job/jobSelectHead.vue: -------------------------------------------------------------------------------- 1 | 31 | 32 | 44 | 153 | 154 | 155 | -------------------------------------------------------------------------------- /components/news/NewsBanner.vue: -------------------------------------------------------------------------------- 1 | 10 | 15 | 16 | -------------------------------------------------------------------------------- /components/products/prodViewImages.vue: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 30 | 31 | 172 | 173 | 299 | -------------------------------------------------------------------------------- /components/products/prodViewLink.vue: -------------------------------------------------------------------------------- 1 | 24 | 42 | 123 | 124 | -------------------------------------------------------------------------------- /layouts/README.md: -------------------------------------------------------------------------------- 1 | # LAYOUTS 2 | 3 | This directory contains your Application Layouts. 4 | 5 | More information about the usage of this directory in the documentation: 6 | https://nuxtjs.org/guide/views#layouts 7 | 8 | **This directory is not required, you can delete it if you don't want to use it.** 9 | -------------------------------------------------------------------------------- /layouts/default.vue: -------------------------------------------------------------------------------- 1 | 10 | 11 | 16 | 17 | 63 | -------------------------------------------------------------------------------- /layouts/error.vue: -------------------------------------------------------------------------------- 1 | 15 | 16 | 22 | 23 | -------------------------------------------------------------------------------- /middleware/README.md: -------------------------------------------------------------------------------- 1 | # MIDDLEWARE 2 | 3 | This directory contains your Application Middleware. 4 | The middleware lets you define custom function to be ran before rendering a page or a group of pages (layouts). 5 | 6 | More information about the usage of this directory in the documentation: 7 | https://nuxtjs.org/guide/routing#middleware 8 | 9 | **This directory is not required, you can delete it if you don't want to use it.** 10 | -------------------------------------------------------------------------------- /nuxt.config.js: -------------------------------------------------------------------------------- 1 | const axios = require('axios'); 2 | 3 | module.exports = { 4 | /* 5 | ** Headers of the page 6 | */ 7 | head: { 8 | title: 'visney', 9 | meta: [ 10 | { name: 'renderer', content: 'webkit'}, 11 | { name: 'force-rendering', content: 'webkit'}, 12 | { 'http-equiv': 'X-UA-Compatible', content: 'IE=Edge,chrome=1'}, 13 | { name: 'baidu-site-verification', content: 'mREHhDF8nW'}, 14 | 15 | /*以上是设置双核浏览器默认状态下使用极速模式打开*/ 16 | { charset: 'utf-8' }, 17 | { hid: 'description', name: 'description', content: '卫诗理'}, 18 | { name: 'format-detection', content: 'telephone=no' }, 19 | { name: 'viewport', content: 'width=device-width, initial-scale=1.0, user-scalable=no' }, 20 | 21 | /*新增搜狗、神马、360 */ 22 | { name: '360-site-verification', content: '850970beabd63bd397272b6dd73a1aba' }, 23 | { name: 'sogou_site_verification', content: 'y3fi8ttkxP' }, 24 | { name: 'shenma-site-verification', content: '15230d9dfb2e66bfecf2408862f2462c_1537497601' } 25 | ], 26 | link: [ 27 | { rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' } 28 | ], 29 | script: [ 30 | {src: 'http://api.map.baidu.com/api?v=2.0&ak=MDdqxkqhQzfdBzfu2tfGiidGbHgTfGrB'} 31 | ] 32 | }, 33 | css:['~assets/css/reset.css'], 34 | /* 35 | ** Customize the progress bar color 36 | */ 37 | loading: { color: '#3B8070' }, 38 | /* 39 | ** Build configuration 40 | */ 41 | /* 42 | ** 使用npm run generate打包静态页面修改相对路径需使用,使用npm run build打包或者npm run dev启动不需要配置这个 43 | */ 44 | // router: { 45 | // base: './' 46 | // }, 47 | build: { 48 | /** 49 | * 将查看源代码中的css采用外部引入方式 50 | */ 51 | extractCSS: { 52 | allChunks: true 53 | }, 54 | vender: ['axios'], 55 | /* 56 | ** Run ESLint on save 57 | */ 58 | extend (config, { isDev, isClient }) { 59 | if (isDev && isClient) { 60 | config.module.rules.push({ 61 | enforce: 'pre', 62 | test: /\.(js|vue)$/, 63 | loader: 'eslint-loader', 64 | exclude: /(node_modules)/ 65 | }) 66 | } 67 | } 68 | }, 69 | //设置缓存 70 | cache: true, 71 | //禁止预加载效果 72 | performance: { 73 | prefetch: false 74 | }, 75 | modules: [ 76 | // 'nuxt-robots-module', 77 | '@nuxtjs/sitemap', 78 | ], 79 | //添加robots.txt文件,可以使用插件方法也可以直接在static文件夹中放入robots.txt都可以访问到 80 | // 'nuxt-robots-module': { 81 | // UserAgent: '*', 82 | // Disallow: '/', 83 | // Sitemap: 'http://www.visney.cn/sitemap.xml' 84 | // }, 85 | sitemap: { 86 | cacheTime: 1000 * 60 * 60 * 24, 87 | gzip: false, 88 | generate: true, 89 | routes () { 90 | return axios.get('http://visney.cn:81/product/selectAllIds') 91 | .then(res => res.data.map( 92 | prodView => '/prod/pdV/' + prodView.id + '?typeId=' + prodView.typeId + '&classId=' + prodView.classId 93 | )) 94 | // axios.get('http://visney.cn:81/article/selectAllIds') 95 | // .then(res => res.data.map( 96 | // newsView => '/news/newsView/' + newsView.articleId + '?category=' + newsView.category 97 | // )) 98 | } 99 | } 100 | 101 | } 102 | -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "visney", 3 | "version": "1.0.0", 4 | "description": "Nuxt.js project", 5 | "author": "Sandop ", 6 | "private": true, 7 | "scripts": { 8 | "dev": "nuxt", 9 | "build": "nuxt build", 10 | "start": "nuxt start", 11 | "generate": "nuxt generate", 12 | "lint": "eslint --ext .js,.vue --ignore-path .gitignore .", 13 | "precommit": "npm run lint" 14 | }, 15 | "dependencies": { 16 | "@nuxtjs/sitemap": "^0.1.1", 17 | "axios": "^0.18.0", 18 | "fs": "0.0.1-security", 19 | "nuxt": "^1.0.0", 20 | "nuxt-robots-module": "^1.3.0", 21 | "nuxt-seo-module": "^1.0.0", 22 | "vue-baidu-map": "^0.21.10", 23 | "vuex": "^3.0.1" 24 | }, 25 | "devDependencies": { 26 | "babel-eslint": "^8.2.1", 27 | "eslint": "^4.15.0", 28 | "eslint-friendly-formatter": "^3.0.0", 29 | "eslint-loader": "^1.7.1", 30 | "eslint-plugin-vue": "^4.0.0" 31 | } 32 | } 33 | -------------------------------------------------------------------------------- /pages/README.md: -------------------------------------------------------------------------------- 1 | # PAGES 2 | 3 | This directory contains your Application Views and Routes. 4 | The framework reads all the .vue files inside this directory and creates the router of your application. 5 | 6 | More information about the usage of this directory in the documentation: 7 | https://nuxtjs.org/guide/routing 8 | -------------------------------------------------------------------------------- /pages/experice/dg/index.vue: -------------------------------------------------------------------------------- 1 | 17 | 18 | 239 | 240 | -------------------------------------------------------------------------------- /pages/experice/index.vue: -------------------------------------------------------------------------------- 1 | 22 | 23 | 24 | 63 | 64 | -------------------------------------------------------------------------------- /pages/job/jobView/_id.vue: -------------------------------------------------------------------------------- 1 | 42 | 43 | 91 | 92 | 151 | 152 | 153 | 154 | -------------------------------------------------------------------------------- /pages/prod/newPro/index.vue: -------------------------------------------------------------------------------- 1 | 32 | 33 | 85 | 86 | -------------------------------------------------------------------------------- /pages/service/presales.vue: -------------------------------------------------------------------------------- 1 | 135 | 136 | 157 | 158 | -------------------------------------------------------------------------------- /plugins/README.md: -------------------------------------------------------------------------------- 1 | # PLUGINS 2 | 3 | This directory contains your Javascript plugins that you want to run before instantiating the root vue.js application. 4 | 5 | More information about the usage of this directory in the documentation: 6 | https://nuxtjs.org/guide/plugins 7 | 8 | **This directory is not required, you can delete it if you don't want to use it.** 9 | -------------------------------------------------------------------------------- /static/README.md: -------------------------------------------------------------------------------- 1 | # STATIC 2 | 3 | This directory contains your static files. 4 | Each file inside this directory is mapped to /. 5 | 6 | Example: /static/robots.txt is mapped as /robots.txt. 7 | 8 | More information about the usage of this directory in the documentation: 9 | https://nuxtjs.org/guide/assets#static 10 | 11 | **This directory is not required, you can delete it if you don't want to use it.** 12 | -------------------------------------------------------------------------------- /static/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Sandop/NuxtPC/207cc88a4c4ef556c6309e1df6abd9781558ae7d/static/favicon.ico -------------------------------------------------------------------------------- /static/robots.txt: -------------------------------------------------------------------------------- 1 | User-agent:* 2 | Disallow: 3 | 4 | Sitemap: http://www.visney.cn/sitemap.xml -------------------------------------------------------------------------------- /static/sogousiteverification.txt: -------------------------------------------------------------------------------- 1 | y3fi8ttkxP -------------------------------------------------------------------------------- /store/README.md: -------------------------------------------------------------------------------- 1 | # STORE 2 | 3 | This directory contains your Vuex Store files. 4 | Vuex Store option is implemented in the Nuxt.js framework. 5 | Creating a index.js file in this directory activate the option in the framework automatically. 6 | 7 | More information about the usage of this directory in the documentation: 8 | https://nuxtjs.org/guide/vuex-store 9 | 10 | **This directory is not required, you can delete it if you don't want to use it.** 11 | -------------------------------------------------------------------------------- /store/index.js: -------------------------------------------------------------------------------- 1 | import Vue from 'vue' 2 | import Vuex from 'vuex' 3 | import axios from 'axios' 4 | 5 | Vue.use(Vuex) 6 | 7 | const state = { 8 | wordpressAPI: 'http://visney.cn:81', 9 | wordpressAPIForJob: 'http://visney.cn:8082', 10 | headProdNav: {}, 11 | headNewsNav: {}, 12 | headJobNav: {}, 13 | indexLinksData: null, 14 | // indexShowLinks: false 15 | }; 16 | 17 | const mutations = { 18 | //头部导航产品与新闻信息 19 | setHeadProdNav(state,data){ 20 | state.headProdNav = data 21 | }, 22 | setHeadNewsNav(state,data){ 23 | state.headNewsNav = data 24 | }, 25 | setHeadJobNav(state,data){ 26 | state.headJobNav = data 27 | }, 28 | setIndexLinksData(state,data){ 29 | state.indexLinksData = data 30 | }, 31 | // setIndexShowLinks(state,bool){ 32 | // state.indexShowLinks = bool 33 | // } 34 | }; 35 | 36 | const getters = { 37 | }; 38 | 39 | const actions = { 40 | async nuxtServerInit({commit,state,req}) { 41 | 42 | //产品导航 43 | let headProdNav = await axios(`${state.wordpressAPI}/proCategory/showAll/main`); 44 | commit('setHeadProdNav',headProdNav.data); 45 | //新闻导航 46 | let headNewsNav = await axios(`${state.wordpressAPI}/articleCategory/getAll`); 47 | commit('setHeadNewsNav',headNewsNav.data); 48 | //招聘导航 49 | let headJobNav = await axios(`${state.wordpressAPIForJob}/jobClass/getAll`); 50 | commit('setHeadJobNav',headJobNav.data); 51 | //友情链接 52 | let indexLinksData = await axios(`${state.wordpressAPI}/link/selectAll`); 53 | commit('setIndexLinksData',indexLinksData.data); 54 | } 55 | }; 56 | 57 | const store = () => new Vuex.Store({ 58 | state, 59 | getters, 60 | mutations, 61 | actions 62 | }) 63 | 64 | export default store -------------------------------------------------------------------------------- /utils/assist.js: -------------------------------------------------------------------------------- 1 | 2 | export function formatDate(timestamp) { 3 | let date = new Date(timestamp); 4 | return date.getYear() + "-" + date.getMonth() + 1 + "-" + date.getDate() + " " + date.getHours() + ":" + date.getMinutes() + ":" + date.getSeconds(); 5 | } 6 | 7 | export function postToSQLUpdate(object) { 8 | let updated = [], params = []; 9 | for (var key in object) { 10 | if (object.hasOwnProperty(key)) { 11 | if (key === 'id') { 12 | continue; 13 | } 14 | updated.push(key + ' = ?') 15 | params.push(object[key]) 16 | } 17 | } 18 | updated.push('updated_at = ?') 19 | params.push(Date.now()) 20 | return { 21 | updated: updated.join(','), 22 | params: params 23 | } 24 | } 25 | 26 | export function deepCopy(object) { 27 | return JSON.parse(JSON.stringify(object)) 28 | } 29 | 30 | export function timeAgo(time) { 31 | const between = Date.now() / 1000 - Number(time) 32 | 33 | if (between < 3600) { 34 | return pluralize(~~(between / 60), ' 分钟前') 35 | } else if (between < 86400) { 36 | return pluralize(~~(between / 3600), ' 小时前') 37 | } else { 38 | return pluralize(~~(between / 86400), ' 天前') 39 | } 40 | } 41 | 42 | export function getCookiesInServer(req) { 43 | let Cookies = {}; 44 | req && req.headers.cookie && req.headers.cookie.split(';').forEach(function (Cookie) { 45 | let parts = Cookie.split('='); 46 | Cookies[parts[0].trim()] = (parts[1] || '').trim(); 47 | }); 48 | return Cookies; 49 | } 50 | 51 | export function setCookieInClient(name, value, minutes) { 52 | let exp = new Date(); 53 | exp.setTime(exp.getTime() + minutes * 60 * 1000); 54 | document.cookie = name + "=" + escape(value) + ";expires=" + exp.toGMTString(); 55 | } 56 | 57 | 58 | export function getCookieInClient(name) { 59 | let arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)"); 60 | if (arr = document.cookie.match(reg)) 61 | return unescape(arr[2]); 62 | else 63 | return null; 64 | } 65 | 66 | export function seo() { 67 | let bp = document.createElement('script'); 68 | let curProtocol = window.location.protocol.split(':')[0]; 69 | if (curProtocol === 'https') { 70 | bp.src = 'https://zz.bdstatic.com/linksubmit/push.js'; 71 | } else { 72 | bp.src = 'http://push.zhanzhang.baidu.com/push.js'; 73 | } 74 | let s = document.getElementsByTagName("script")[0]; 75 | s.parentNode.insertBefore(bp, s); 76 | } 77 | 78 | export function isLogin() { 79 | if (getCookieInClient('token')) { 80 | return true 81 | } 82 | return false 83 | } 84 | 85 | export function setToken(tokenValue) { 86 | setCookieInClient('token', tokenValue, 60*24*7) 87 | } 88 | --------------------------------------------------------------------------------