完成商城模块商品分类管理

This commit is contained in:
gooking
2018-05-26 15:19:48 +08:00
parent b0a3c24c07
commit d2dd65d566
9 changed files with 362 additions and 125 deletions

View File

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