Commit b64d369d authored by 前端-许佳敏's avatar 前端-许佳敏

fix:加上route环境

parent 52dbe870
......@@ -24,6 +24,7 @@ import balancedRoute from './balancedRoute'; // 平台结算管理
import capitalAccount from './capitalAccountRoute'; // 会员资金账户
import messageRoute from './messgeRoute'; // 消息管理
import systemManageRoute from './systemManageRoute'; // 系统管理
import orderSystemRoutes from './orderSystemRoutes'; // 订单管理
const routeList = [
pageCustomized,
calssPropertyRoute,
......@@ -43,6 +44,7 @@ const routeList = [
capitalAccount,
messageRoute,
systemManageRoute,
orderSystemRoutes
]
const router = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment