Commit 41cc5889 authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

📃 docs(routes): 修改isDev

parent 7e84b22c
......@@ -24,7 +24,7 @@ import asyncRoutes from '../router.config.json';
// export const routes = [CommodityRoute, MemberRoute, ShopRoute, ChannelRoute, TranactionRoute, AfterService, PayandSettleRoute, LogisticsRoute, AuthConfigRoute, HandlingRoute, BalaceRoute]
/** process.env.NODE_ENV === "development" */
const isDev = true;
const isDev = false;
const homeRoute = {
path: `/memberCenter/home`,
name: 'home',
......
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