You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
export const environment = {
|
|
ENV: 'test',
|
|
APP_TITLE: '鸿森通货运平台',
|
|
APP_TARGET: 'http://112.112.149.146/',
|
|
APP_PORT: '18010',
|
|
APP_FILE_URL: 'http://112.112.149.146:19005/',
|
|
ENCRYPT: true,
|
|
}
|