Compare commits

...

2 Commits

Author SHA1 Message Date
55419e7bb3 Merge branch 'main' of https://gitea-inner.fontree.cn/scout666/fiee-official-website 2025-06-17 17:24:01 +08:00
张 元山
bb1c4483f6 fix request api 2025-06-17 16:39:08 +08:00
8 changed files with 8 additions and 8 deletions

View File

@ -194,7 +194,7 @@ onMounted(() => {
import axios from "axios";
const getListData = async () => {
state.tableData = [];
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/list";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let params = {
page: state.currentPage,
pageSize: state.pageSize,

View File

@ -195,7 +195,7 @@ onMounted(() => {
import axios from "axios";
const getListData = async () => {
state.tableData = [];
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/list";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let params = {
page: state.currentPage,
pageSize: state.pageSize,

View File

@ -195,7 +195,7 @@ onMounted(() => {
import axios from "axios";
const getListData = async () => {
state.tableData = [];
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/list";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let params = {
page: state.currentPage,
pageSize: state.pageSize,

View File

@ -196,7 +196,7 @@ onMounted(() => {
import axios from "axios";
const getListData = async () => {
state.tableData = [];
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/list";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let params = {
page: state.currentPage,
pageSize: state.pageSize,

View File

@ -129,7 +129,7 @@ onMounted(() => {
});
import axios from "axios";
const getPageData = async (filingKey) => {
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/detail";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let params = {
filingKey,
};

View File

@ -129,7 +129,7 @@ onMounted(() => {
});
import axios from "axios";
const getPageData = async (filingKey) => {
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/detail";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let params = {
filingKey,
};

View File

@ -129,7 +129,7 @@ onMounted(() => {
});
import axios from "axios";
const getPageData = async (filingKey) => {
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/detail";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let params = {
filingKey,
};

View File

@ -129,7 +129,7 @@ onMounted(() => {
});
import axios from "axios";
const getPageData = async (filingKey) => {
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/detail";
let url = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let params = {
filingKey,
};