调整使用的后端地址
This commit is contained in:
@@ -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
|
||||
@@ -1 +1 @@
|
||||
VITE_APP_URL = http://18.167.251.121:10096
|
||||
VITE_APP_URL = http://18.167.251.121:10095
|
||||
@@ -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/",
|
||||
|
||||
@@ -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',
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
@@ -12,7 +12,9 @@
|
||||
},
|
||||
"skipLibCheck": true,
|
||||
"strict": false,
|
||||
"noEmit": true
|
||||
"noEmit": true,
|
||||
"noImplicitAny": false,
|
||||
"noEmitOnError": false
|
||||
},
|
||||
|
||||
"references": [
|
||||
|
||||
Reference in New Issue
Block a user