发布生产

This commit is contained in:
刘华勇 2025-01-09 15:31:15 +08:00
parent 767efec7a9
commit ace01a6988

View File

@ -2,7 +2,7 @@
module.exports = {
NODE_ENV: '"production"',
// BASE_API: '"http://139.224.54.200:8000"',
BASE_API: '"/"',
BASE_API: '"http://101.132.169.38:8012"',
NAME: '"生产"'
// BASE_API: '"http://139.224.57.82:8015"'
}