@ -17,11 +17,10 @@ export function deleteLog(query) {
});
}
export function testConnect(query) {
export function findConfig(query) {
return axios({
url: "/spssync/basic/connect/test",
url: "/system/param/syncData/config",
method: "get",
params: query
@ -115,7 +115,7 @@
</template>
<script>
import {filterLog, deleteLog, createSchedule, findConfig, updateConfig} from "../../api/thrsys/spsSyncDownload";
import {filterLog, deleteLog, findConfig, updateConfig} from "../../api/thrsys/spsSyncDownload";
import store from "@/store";
export default {