调整使用的后端地址
This commit is contained in:
@@ -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',
|
||||
},
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user