🔥 修复请求地址的问题

This commit is contained in:
崮生 2020-03-20 10:38:51 +08:00
parent 7496e426d0
commit f4d68d9030

View File

@ -1,4 +1,4 @@
const server="http://127.0.0.1:3000"
const server="/"
export function get_font(font:string, text:string) {
return new Promise((rs, re) => {
var xhr = new XMLHttpRequest();