Compare commits
No commits in common. "55419e7bb35da8e6d253dcd50413eb5367200c48" and "7dd385e115b76ef18b1a8ef8c791c1b20fba8309" have entirely different histories.
55419e7bb3
...
7dd385e115
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user