修改地址2

dev
陈博文 3 years ago
parent 6f23ab6d50
commit df7f97406c

@ -2,7 +2,7 @@ const env = {
dev: 'https://testxgd.educoder.net',
build:
window.location.origin === 'http://47.111.130.18:56841'
? ''
? 'https://testxgd.educoder.net'
: 'http://localhost:48982',
};
console.log('当前环境:', process.env.NODE_ENV);

Loading…
Cancel
Save