调整使用的后端地址

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

@@ -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',
},
],