Files
tlmall-v5-web/config/prod.env.js

6 lines
100 B
JavaScript
Raw Normal View History

2022-11-01 12:03:22 +08:00
'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"http://127.0.0.1:8081"'
}