完善订单列表
This commit is contained in:
2023-03-04 16:49:12 +08:00
parent 30e80a3721
commit c753039b19
6 changed files with 3895 additions and 3216 deletions

View File

@@ -4,6 +4,6 @@ const prodEnv = require('./prod.env')
module.exports = merge(prodEnv, {
NODE_ENV: '"development"',
// BASE_API: '"http://mall.yyundong.com/adminapi"',
BASE_API: '"http://127.0.0.1:8085"'
BASE_API: '"http://mall.yyundong.com/adminapi"',
// BASE_API: '"http://127.0.0.1:8085"'
})