请求配置更改
This commit is contained in:
@@ -1215,6 +1215,7 @@ export default defineComponent({
|
||||
let payOrder = this.$refs.payOrder
|
||||
payOrder.init(orderId)
|
||||
}
|
||||
this.getCheckSellerDesigner()
|
||||
},
|
||||
methods: {
|
||||
setTask(data) {
|
||||
@@ -1378,7 +1379,21 @@ export default defineComponent({
|
||||
this.store.commit('set_dataLoading', false)
|
||||
})
|
||||
},
|
||||
|
||||
//获取是否为卖家
|
||||
getCheckSellerDesigner() {
|
||||
const config = {
|
||||
params: {
|
||||
userId: this.userDetail.userId
|
||||
}
|
||||
}
|
||||
Https.axiosGet(Https.httpUrls.checkSellerDesigner, config).then(rv => {
|
||||
if (rv) {
|
||||
console.log(rv)
|
||||
return rv
|
||||
}
|
||||
return null
|
||||
})
|
||||
},
|
||||
setLocale(v) {
|
||||
// 同步更新 localStorage 中的 loginLanguage
|
||||
if (v) {
|
||||
|
||||
Reference in New Issue
Block a user