This commit is contained in:
yuping
2022-12-14 19:35:40 +08:00
parent 60d6ffd55d
commit 36c134af47
2 changed files with 1 additions and 2 deletions

View File

@@ -2,7 +2,6 @@ import router from "@/router";
import {reactive, ref, toRefs, watch} from "vue";
import axios from 'axios';
import {getCookie} from "@/api/utils";
import {BASE} from "@/api/api";
export function usePage(_url, param) {