config.js 224 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 /* * @Description: 这个是所有api的前缀配置文件 * @Autor: renchao * @LastEditTime: 2023-03-21 16:26:55 */ export default { SERVERAPI: '/bdcsjsb', //赵千 MANAGEMENTAPI: 'http://192.168.2.236/management' }