diff --git a/public/img/indexIcon/indexCardIcon114s.png b/public/img/indexIcon/indexCardIcon114s.png new file mode 100644 index 0000000..fa7e891 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon114s.png differ diff --git a/public/img/indexIcon/indexCardIcon115s.png b/public/img/indexIcon/indexCardIcon115s.png new file mode 100644 index 0000000..239f011 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon115s.png differ diff --git a/public/img/indexIcon/indexCardIcon116s.png b/public/img/indexIcon/indexCardIcon116s.png new file mode 100644 index 0000000..c1a0e70 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon116s.png differ diff --git a/public/img/indexIcon/indexCardIcon11s.png b/public/img/indexIcon/indexCardIcon11s.png new file mode 100644 index 0000000..ba3f48f Binary files /dev/null and b/public/img/indexIcon/indexCardIcon11s.png differ diff --git a/public/img/indexIcon/indexCardIcon14s.png b/public/img/indexIcon/indexCardIcon14s.png new file mode 100644 index 0000000..85e9076 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon14s.png differ diff --git a/public/img/indexIcon/indexCardIcon19s.png b/public/img/indexIcon/indexCardIcon19s.png new file mode 100644 index 0000000..2229e9a Binary files /dev/null and b/public/img/indexIcon/indexCardIcon19s.png differ diff --git a/public/img/indexIcon/indexCardIcon1s.png b/public/img/indexIcon/indexCardIcon1s.png new file mode 100644 index 0000000..e28d7fc Binary files /dev/null and b/public/img/indexIcon/indexCardIcon1s.png differ diff --git a/public/img/indexIcon/indexCardIcon20s.png b/public/img/indexIcon/indexCardIcon20s.png new file mode 100644 index 0000000..c539a2d Binary files /dev/null and b/public/img/indexIcon/indexCardIcon20s.png differ diff --git a/public/img/indexIcon/indexCardIcon2s.png b/public/img/indexIcon/indexCardIcon2s.png new file mode 100644 index 0000000..9c0b485 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon2s.png differ diff --git a/public/img/indexIcon/indexCardIcon4s.png b/public/img/indexIcon/indexCardIcon4s.png new file mode 100644 index 0000000..1cb02e3 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon4s.png differ diff --git a/public/img/indexIcon/indexCardIcon5s.png b/public/img/indexIcon/indexCardIcon5s.png new file mode 100644 index 0000000..9362da4 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon5s.png differ diff --git a/public/img/indexIcon/indexCardIcon6s.png b/public/img/indexIcon/indexCardIcon6s.png new file mode 100644 index 0000000..40b08a1 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon6s.png differ diff --git a/public/img/indexIcon/indexCardIcon7s.png b/public/img/indexIcon/indexCardIcon7s.png new file mode 100644 index 0000000..c5244a6 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon7s.png differ diff --git a/public/img/indexIcon/indexCardIcon8s.png b/public/img/indexIcon/indexCardIcon8s.png new file mode 100644 index 0000000..3bbf601 Binary files /dev/null and b/public/img/indexIcon/indexCardIcon8s.png differ diff --git a/public/index.html b/public/index.html index ac4e335..64df15d 100644 --- a/public/index.html +++ b/public/index.html @@ -72,8 +72,9 @@ let url = document.domain if (url == 'focus.hfju.com' || url == 'focus.aihxz.com') { document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>sh.png') - } else if (url == 'zh.aihxz.com' || url == 'localhost') { + } else if (url == 'zh.aihxz.com' || url == '127.0.0.1') { document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>img/logoIcon.jpg') + document.title = '云筑在线' } else { document.querySelector('link[rel="icon"]').setAttribute('href', '<%= BASE_URL %>icon1.png') } diff --git a/src/mixins/color.js b/src/mixins/color.js index f7cd2c0..886cba1 100644 --- a/src/mixins/color.js +++ b/src/mixins/color.js @@ -22,8 +22,8 @@ export default function() { created() { // 修改主题色 - if (this.$domain == 'localhost') { - this.themeVal = '#FF4500' + if (this.$domain == '127.0.0.1' || this.$domain == 'zh.aihxz.com') { + this.themeVal = '#3E50E8' } }, diff --git a/src/page/check/chose.vue b/src/page/check/chose.vue index db5eff7..6fce6e9 100644 --- a/src/page/check/chose.vue +++ b/src/page/check/chose.vue @@ -1,7 +1,8 @@