2023-02-17

This commit is contained in:
2023-02-17 14:45:11 +08:00
parent d76cd895e8
commit f903fbb4fa
23 changed files with 2571 additions and 884 deletions

View File

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