摘要: 另附上别人总结的一篇正则表达式大全,开发过程中提供了巨大帮助,原文转自(不会弄):https://blog.csdn.net/qq_28633249/article/details/77686976 阅读全文
posted @ 2019-07-25 18:12 安三金 阅读(1991) 评论(0) 推荐(0) 编辑
摘要: 1.路由标签跳转 path 跳转路径( 例:path: '/index/page1' ) name 跳转路由名称( 例:name: 'router name' ) 2.函数操作(params方式传参) 相应的跳转页接收参数格式如下:this.$route.params3.函数操作(query方式传参 阅读全文
posted @ 2019-07-25 09:54 安三金 阅读(11495) 评论(0) 推荐(0) 编辑