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

@@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "vite",
"dev": "vite --mode test",
"server": "vite build && vite preview",
"build": "vite build --mode prod"
},

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) {