config.js 226 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 "use strict"; const baseUrl = "https://jxt.wtwuxicenter.com"; const baseUrl_api = `${baseUrl}/prod-api`; const fileUrl = "http://r.itechtop.cn"; const config = { baseUrl, fileUrl, baseUrl_api }; exports.config = config;