config.js 259 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 /* * @Date: 2022-09-19 14:11:06 * @LastEditors: hookehuyr hookehuyr@gmail.com * @LastEditTime: 2022-09-19 14:19:05 * @FilePath: /swx/src/utils/config.js * @Description: 文件描述 */ const BASE_URL = "http://voice.onwall.cn"; export default BASE_URL