mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-student.git
synced 2025-12-09 19:06:48 +08:00
init
This commit is contained in:
@@ -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"
|
||||
},
|
||||
|
||||
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user