接口初始化 第一版

This commit is contained in:
yuping
2022-11-21 14:19:41 +08:00
parent 9123944e19
commit 564d71a51e

View File

@@ -4,9 +4,8 @@
"private": true,
"scripts": {
"dev": "vite",
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
"serve": "vite preview",
"build": "vite build"
},
"dependencies": {
"axios": "^1.1.3",