pc后台兼容app上传功能处理2

master
LI-CCONG\李聪聪 7 months ago
parent 47a0d0bdc3
commit b7ba20cc87

@ -1,6 +1,6 @@
const { APIURl } = require('./apiUrl')
const COM_URL = 'http://192.168.0.166:8808';
const COM_URL = process.env.NODE_ENV === 'development' ? 'http://192.168.0.166:8808' : 'http://222.71.165.188:8808';
const COM_UPLOAD_URL = COM_URL + '/api/file';
const UPLOAD_KEY = '8bd2aa89033ead51c505e44994e42189'

Loading…
Cancel
Save