完成后台首页,导航,菜单,退出登录功能

This commit is contained in:
gooking
2018-05-16 21:39:16 +08:00
parent ce3fb856c4
commit a7ba60d95e
11 changed files with 76 additions and 29 deletions

View File

@@ -4,5 +4,5 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
BASE_API: '"http://user.api.it120.cc"',
BASE_API: '"http://127.0.0.1:8082"',
})