feat :init
This commit is contained in:
7
web/config/prod.env.js
Normal file
7
web/config/prod.env.js
Normal file
@@ -0,0 +1,7 @@
|
||||
'use strict'
|
||||
module.exports = {
|
||||
NODE_ENV: '"production"',
|
||||
BASE_API: '""', // 保持为空字符串,使用相对路径
|
||||
BASE_URL: '"https://joeyzhou.chat"', // 您的生产环境前端URL
|
||||
BACKEND_URL: '"https://joeyzhou.chat"' // 生产环境下为空,使用相对路径由Nginx代理
|
||||
}
|
||||
Reference in New Issue
Block a user