Commit d0c1757c authored by 罗超's avatar 罗超

2

parent dbfecad4
......@@ -10,8 +10,8 @@
},
data() {
return {
url: `http://127.0.0.1:8080/#/coffeeManage/index`
//url:'http://mall.oytour.com/#/coffeeManage/index'
// url: `http://127.0.0.1:8080/#/coffeeManage/index`
url:'http://mall.oytour.com/#/coffeeManage/index'
}
},
mounted() {
......
......@@ -10,13 +10,13 @@
},
data() {
return {
url: `http://127.0.0.1:8080/#/coffeeManage/order`
//url:'http://mall.oytour.com/#/coffeeManage/order'
// url: `http://127.0.0.1:8080/#/coffeeManage/order`
url:'http://mall.oytour.com/#/coffeeManage/order'
}
},
created(){
if(this.$route.query.id){
this.url=`http://127.0.0.1:8080/#/coffeeManage/order?orderId=`+this.$route.query.id
this.url=`http://mall.oytour.com/#/coffeeManage/order?orderId=`+this.$route.query.id
}
},
mounted() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment