Browse Source

Fix the exception below win

pull/2134/merge
陈帅 8 years ago
parent
commit
710a53a658
  1. 2
      config/config.js

2
config/config.js

@ -33,7 +33,7 @@ export default {
],
],
define: {
APP_TYPE: process.env.APP_TYPE,
APP_TYPE: process.env.APP_TYPE || '',
},
// 路由配置
routes: pageRoutes,

Loading…
Cancel
Save