2023-3-11

This commit is contained in:
2023-03-11 09:19:39 +08:00
parent 6c0847e467
commit 0644d32d97
2 changed files with 4 additions and 2 deletions

View File

@@ -5,5 +5,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://192.168.3.9:8085"'
// BASE_API: '"http://127.0.0.1:8085"'
})