xuxueyang
2024-08-20 b0f5961a3571413a1a5a4cd9694a05186fa9c0a1
fix bug
已修改2个文件
6 ■■■■ 文件已修改
environments/index.js 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
sub_pages/customer/shopping/confirm.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
environments/index.js
@@ -1,7 +1,7 @@
export default {
    
    httpBaseUri: 'https://www.hmyxianhua.com/flower',
    // httpBaseUri: 'http://47.99.58.211/flower',
    // httpBaseUri: 'https://www.hmyxianhua.com/flower',
    httpBaseUri: 'http://47.99.58.211/flower',
    // httpBaseUri: 'http://localhost:8080/flower',
    clientId: '',
    secret: '',
sub_pages/customer/shopping/confirm.vue
@@ -62,7 +62,7 @@
                        this.partnerInfo = res.data || {}
                        if (this.partnerInfo.id !== this.currentInfo.customerDTO.partnerId) {
                            //刷新用户信息
                            await dispatch('getCurrentInfo')
                            await this.$store.dispatch('getCurrentInfo')
                        }
                    }
                })