| src/views/home/index.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/login/index.vue | ●●●●● patch | view | raw | blame | history |
src/views/home/index.vue
@@ -1383,7 +1383,7 @@ showDetailPopup (params) { this.farmDetails = params console.log(params) this.farmPicList = [] if (params.picture){ this.farmPicList = params.picture.split(",") } src/views/login/index.vue
@@ -76,6 +76,8 @@ } }, created () { //跳转到统一登录页 window.location.replace('http://dev.jxpskj.com:8020/ncny/login.html') var that = this this.newAxios = axios.create({