4 lines
97 B
TypeScript
4 lines
97 B
TypeScript
// 智慧党建接口API
|
|
import http from "@/api";
|
|
const BASEURL = import.meta.env.VITE_API_URL;
|