1234567891011121314151617181920212223 |
- "use strict";
- module.exports = {
- NODE_ENV: '"production"',
- IS_BASE_PACKAGE: "true",
- FILE_BASE_PATH: '"http://192.168.10.14:1665"',
- NEED_LOGIN: "true",
- BASE_API: '"/dcucauth"',
- BUILD_PATH: '"../dist"',
- IS_OAUTH2: "false",
- //是否起用本地mock
- IS_MOCK: "false",
- // 布局结构配置,可选项包含 `layout-menu-top`, `layout`
- LAYOUT: '"layout"'
- // PROXY_TABLE: JSON.stringify({
- // "/dcuc": {
- // // target: "http://10.11.0.205:8888", // 易长安
- // // target: "http://10.11.1.155:8888", // 傅志强
- // target: "http://dcucwebapp:8870", // 傅志强
- // }
- // })
- };
|