@@ -62,7 +62,7 @@
</div>
<!-- <p>Copyright ©爻象教育 版权所有2019</p> -->
- <p>@2019-2020 yaoxiangedu.com 粤ICP备19011669号</p>
+ <p>@2019-2020 yaoxiangedu.com <a href="http://beian.miit.gov.cn/" target="_blank">粤ICP备19011669号</a></p>
<div class="second-page" v-if="pageIndex == 2">
@@ -221,6 +221,12 @@ input:-webkit-autofill , textarea:-webkit-autofill, select:-webkit-autofill {
bottom: 10px;
left: calc(50% - 160px);
color: white;
+ a{
+ color: white;
+ &:hover{
+ color: rgb(98, 100, 223);
+ }
}
@@ -18,7 +18,7 @@ Vue.prototype.$http = axios;
//请求拦截
axios.interceptors.request.use((config) => {
//请求之前重新拼装url
- config.url = '/rest/diagnosis' + config.url;
+ // config.url = '/rest/diagnosis' + config.url;
return config;
});