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