为了账号安全,请及时绑定邮箱和手机立即绑定

vue首次加载正常,切换页面回来数据加载不成功

vue首次加载正常,切换页面回来数据加载不成功

海绵宝宝撒 2019-05-19 14:58:34
然后点其他页面(单页面)再点回来,如下图,加载失败,没有得到参数,控制台报错如下,代码如下:async mounted() {            await Utils.$script.load('http://117.90.11.61:8080/ZIPindoor/js/jquery.js')            await Utils.$script.load('https://indoormap.poi.igeekee.cn/map.js')            await Utils.$script.load('http://117.09.11.61:8080/ZIPWeb/ZIPWebURL?param=web')            this.renderMap()        },        methods: {            ...mapActions([                'getMapShape'            ]),                        async renderMap(){ // 地图传值和方法调用                this.params= this.applicationForm.poi                let res = await this.getMapShape({'bu':this.params.buName,'mapVersion':this.params.mapVersion})                this.mapData = res[0]                this.load(this.floor)                this.initFloorSel()                    this.init = false            },            ......}
查看完整描述

1 回答

?
慕田峪9158850

TA贡献1794条经验 获得超7个赞

你的报错状态码是 401

状态码 401 Unauthorized 代表客户端错误,指的是由于缺乏目标资源要求的身份验证凭证,发送的请求未得到满足。

可能是登录掉线了吧


查看完整回答
反对 回复 2019-05-19
  • 1 回答
  • 0 关注
  • 1344 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信