mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-10 12:50:38 +08:00
6 lines
104 B
JavaScript
6 lines
104 B
JavaScript
'use strict'
|
|
module.exports = {
|
|
NODE_ENV: '"production"',
|
|
BASE_API: '"http://user.api.it120.cc"',
|
|
}
|