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