修改build中的api地址

This commit is contained in:
zhh 2018-08-17 16:20:36 +08:00
parent d1cab7e2fd
commit 632cbc219d

View File

@ -1,5 +1,5 @@
'use strict' 'use strict'
module.exports = { module.exports = {
NODE_ENV: '"production"', NODE_ENV: '"production"',
BASE_API: '"https://easy-mock.com/mock/5950a2419adc231f356a6636/vue-admin"' BASE_API: '"http://localhost:8080"'
} }