chrom: 配置跨域

This commit is contained in:
橙子
2024-06-09 00:39:57 +08:00
parent f267d820bf
commit 40a89c9374
3 changed files with 14 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
import request from "@/config/axios/service";
export function GetResult() {
return request({
url: `http://ccnetcore.com:19002/api/app/nue-get-info/info`,
method: "get",
});
}