mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-19 23:06:44 +08:00
feat: 优化输入错误参数效果
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
|||||||
TotalPremium: ()=> import ("@/views/ebiz/saleFlowProImprove/components/TotalPremium.vue")
|
TotalPremium: ()=> import ("@/views/ebiz/saleFlowProImprove/components/TotalPremium.vue")
|
||||||
},
|
},
|
||||||
methods: {},
|
methods: {},
|
||||||
created() {
|
beforeEnter() {
|
||||||
if(process.env.NODE_ENV === "development") return
|
if(process.env.NODE_ENV === "development") return
|
||||||
if (this.$route.query.orderNo) {
|
if (this.$route.query.orderNo) {
|
||||||
this.$router.push("/")
|
this.$router.push("/")
|
||||||
|
|||||||
Reference in New Issue
Block a user