智慧农业大数据平台
当前登录页跳转到统一登录页;修复查看别的农场数据时,之前的农场图片残留的问题
2 files modified
4 ■■■ changed files
src/views/home/index.vue 2 ●●● patch | view | raw | blame | history
src/views/login/index.vue 2 ●●●●● 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({