消息通知功能完善

This commit is contained in:
liupopo
2023-03-06 22:54:07 +08:00
parent 3b565c564e
commit 12ef832fc1
17 changed files with 379 additions and 91 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"'
})