20-02-14 location.search vuex分模块mapGetters

199 阅读1分钟

location.search得到url中的问号部分

注意的是,得不到hash模式中的问号部分,如http://baidu.com/#/aaa?name=2

vuex中mapActions,mapGetters的用法详解

博客