mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-04-05 19:41:51 +08:00
7 lines
159 B
JavaScript
7 lines
159 B
JavaScript
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
ENV_CONFIG: '"prod"',
|
|
BASE_API: '"https://api-prod"',
|
|
APP_ORIGIN: '"https://wallstreetcn.com"'
|
|
};
|