同步代码
This commit is contained in:
@@ -10,8 +10,8 @@ import router from '../router'
|
|||||||
|
|
||||||
// 基础配置
|
// 基础配置
|
||||||
const config = {
|
const config = {
|
||||||
// apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
apiUrl : 'https://douhuo.douhuofalv.com/api/',
|
||||||
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', //测试环境
|
||||||
timeout : 60000
|
timeout : 60000
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -546,8 +546,6 @@
|
|||||||
},
|
},
|
||||||
// 更新订单列表
|
// 更新订单列表
|
||||||
onRrmoveItem(){
|
onRrmoveItem(){
|
||||||
console.log(this.orderId)
|
|
||||||
|
|
||||||
this.$store.commit('setOrderId', this.orderId)
|
this.$store.commit('setOrderId', this.orderId)
|
||||||
this.$Router.back()
|
this.$Router.back()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user