2023-3-21

This commit is contained in:
2023-03-21 17:30:03 +08:00
parent f7ba13eed9
commit 647dcb7996
4 changed files with 165 additions and 475 deletions

View File

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