Compare commits

..

No commits in common. "55419e7bb35da8e6d253dcd50413eb5367200c48" and "7dd385e115b76ef18b1a8ef8c791c1b20fba8309" have entirely different histories.

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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/list";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let url = "https://saas.fiee.com/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 = "http://common.szjixun.cn//api/fiee/sec-filing/web/detail";
let url = "https://saas.fiee.com/api/fiee/sec-filing/web/detail";
let params = {
filingKey,
};