Commit b2df2880714fd8ac026b784a5a498ded8b19aa05

Authored by 尹聃
1 parent b9cc87aac7
Exists in master

路由

... ... @@ -39,6 +39,12 @@
39 39 "path": "pages/details-3/details-3"
40 40 },
41 41 {
  42 + "path": "pages/refundment/Refundways"
  43 + },
  44 + {
  45 + "path": "pages/refundment/refundment"
  46 + },
  47 + {
42 48 "path": "pages/customerService/customerService"
43 49 },
44 50 {
... ...
src/pages/refundment/refundment.vue
... ... @@ -48,7 +48,7 @@ export default {
48 48 },
49 49 methods:{
50 50 Jump(){
51   - this.$router.push('/Refundways')
  51 + this.$router.push({path: "Refundways"})
52 52 },
53 53 },
54 54 data(){
... ...