1
jhzh
2026-02-27 5dfb843c29fdcc1693961b70a36ddee3fea85a4a
src/axios/api.js
@@ -1,6 +1,9 @@
import { post, get } from "@/axios/index";
// import APIUrl from '@/axios/api.url'
export function getIndexData(options) {
  return post("/api/stock/getIndexData.do", options);
}
export function listIntraday(options) {
  return post("/api/intraday/listIntraday.do", options);
}