调整使用的后端地址

This commit is contained in:
X1627315083
2025-10-28 15:30:31 +08:00
parent baff697b4f
commit faf3a21422
5 changed files with 13 additions and 12 deletions

View File

@@ -4,9 +4,9 @@
"private": true,
"scripts": {
"dev": "vite",
"build": "run-p type-check build-only",
"build": "vite build",
"preview": "vite preview",
"build-only": "vite build",
"build-typeCheck": "run-p type-check build-only",
"type-check": "vue-tsc --noEmit",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
"format": "prettier --write src/",