'use strict'; import load from '@/router/common/load.js'; /** * [routes 动态路由] * @type {Array} */ const routes = [ /** * [path 客服系统首页] * @type {String} */ {path:'/',name:'web_index',component:load.web.index} ]; export default routes;