#
whycq
2023-02-05 fb4084be3fb18539f3a94b37cfc22a82ecd4d8ef
#
1个文件已修改
5 ■■■■■ 已修改文件
App.vue 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
App.vue
@@ -84,8 +84,8 @@
            ]
        },
        onShow: function() {
            // this.getVersion();
            // this.baseUrll = uni.getStorageSync("baseUrl")
            this.getVersion();
            this.baseUrll = uni.getStorageSync("baseUrl")
            // console.log(this.baseUrll);
            console.log('App Show')
        },
@@ -118,7 +118,6 @@
                let that = this;
                uni.request({
                    url: that.baseUrll + "/mobile/appUpdate/queryUpdate",
                    // data: {combParam: 'asd'},
                    method:'GET',
                    success(res) {
                        console.log(res);