|
|
|
@ -66,7 +66,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
路由的格式: |
|
|
|
路由的格式: |
|
|
|
|
|
|
|
|
|
|
|
```js、element-UI、js-cookie、normalize、vue-router、Vuex |
|
|
|
```vue-router |
|
|
|
import * as VueRouter from 'vue-router' |
|
|
|
import * as VueRouter from 'vue-router' |
|
|
|
|
|
|
|
|
|
|
|
//注释;通常路由的路径是以一个对象的形式来进行跳转的。所以我们先定义一个变量来存放路径的对象。 |
|
|
|
//注释;通常路由的路径是以一个对象的形式来进行跳转的。所以我们先定义一个变量来存放路径的对象。 |
|
|
|
|