调整使用的后端地址

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

@@ -1,2 +1,2 @@
# VITE_APP_URL = http://192.168.31.82:8771
VITE_APP_URL = http://192.168.31.118:8771
VITE_APP_URL = http://18.167.251.121:10095

View File

@@ -1 +1 @@
VITE_APP_URL = http://18.167.251.121:10096
VITE_APP_URL = http://18.167.251.121:10095

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/",

View File

@@ -2,7 +2,6 @@
import { onMounted, onUnmounted, reactive, toRefs, computed } from "vue";
import HeaderTitle from '@/components/HeaderTitle.vue'
import { useRouter } from 'vue-router'
import imgReturn from '@/assets/images/workshop/posture/posture_1.png'
import { useGenerateStore } from '@/stores'
const router = useRouter()
//const props = defineProps({
@@ -16,27 +15,27 @@ let data = reactive({
[
{
id:1,
imgUrl:imgReturn,
imgUrl:'imgReturn',
},
{
id:2,
imgUrl:imgReturn,
imgUrl:'imgReturn',
},
{
id:3,
imgUrl:imgReturn,
imgUrl:'imgReturn',
},
{
id:4,
imgUrl:imgReturn,
imgUrl:'imgReturn',
},
{
id:5,
imgUrl:imgReturn,
imgUrl:'imgReturn',
},
{
id:6,
imgUrl:imgReturn,
imgUrl:'imgReturn',
},
],

View File

@@ -12,7 +12,9 @@
},
"skipLibCheck": true,
"strict": false,
"noEmit": true
"noEmit": true,
"noImplicitAny": false,
"noEmitOnError": false
},
"references": [