config.js 203 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 /* * @Description: api请求配置文件 * @Autor: renchao * @LastEditTime: 2023-04-18 14:14:07 */ // export default { // SERVERAPI: 'service-bdcdj-th' // } export default { SERVERAPI: '/bdcdj' }