Files
tlmall-v5-web/config/prod.env.js
USER-20221017CE\Administrator d765b7cd48 初始化提交
2022-11-01 12:03:22 +08:00

6 lines
100 B
JavaScript

'use strict'
module.exports = {
NODE_ENV: '"production"',
BASE_API: '"http://127.0.0.1:8081"'
}