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",
-
- IS_MOCK: "false",
-
- LAYOUT: '"layout"'
-
-
-
-
-
-
-
- };
|