...
|
...
|
@@ -2,7 +2,7 @@ import Vue from 'vue'; |
|
|
import VueRouter from 'vue-router';
|
|
|
import iView from 'iview';
|
|
|
import App from 'vue@/App.vue';
|
|
|
import {create, list, decor} from 'vue@/wheel-surf';
|
|
|
import {create, list, conf} from 'vue@/wheel-surf';
|
|
|
|
|
|
import 'admin/wheel-surf.page.css';
|
|
|
import 'iview/dist/styles/iview.css';
|
...
|
...
|
@@ -13,7 +13,7 @@ Vue.use(iView); |
|
|
const router = new VueRouter({
|
|
|
routes: [
|
|
|
{path: '/admin/wheelSurf', name: 'list', component: list},
|
|
|
{path: '/admin/wheelSurf/decor', name: 'decor', component: decor},
|
|
|
{path: '/admin/wheelSurf/conf', name: 'conf', component: conf},
|
|
|
{path: '/admin/wheelSurf/create', name: 'create', component: create}
|
|
|
],
|
|
|
mode: 'history'
|
...
|
...
|
|