Merge branch 'dev_vite' of http://18.167.251.121:10003/aidlab/aida_front into dev_vite
This commit is contained in:
@@ -203,19 +203,19 @@ const routes: Array<RouteRecordRaw> = [
|
|||||||
path: "index",
|
path: "index",
|
||||||
name: "myListingsIndex",
|
name: "myListingsIndex",
|
||||||
meta: { enter: "all" },
|
meta: { enter: "all" },
|
||||||
component: () => import("@/views/SellerDashboard/MyListings/index.vue"),
|
component: () => import("@/views/SellerDashboard/MyListings/main/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "select",
|
path: "select",
|
||||||
name: "myListingsSelect",
|
name: "myListingsSelect",
|
||||||
meta: { enter: "all" },
|
meta: { enter: "all" },
|
||||||
component: () => import("@/views/SellerDashboard/MyListingCreateSelect/index.vue"),
|
component: () => import("@/views/SellerDashboard/MyListings/createSelect/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "select/:id",
|
path: "select/:id",
|
||||||
name: "myListingsSelectItem",
|
name: "myListingsSelectItem",
|
||||||
meta: { enter: "all" },
|
meta: { enter: "all" },
|
||||||
component: () => import("@/views/SellerDashboard/MyListingCreateSelectItem/index.vue"),
|
component: () => import("@/views/SellerDashboard/MyListings/createSelectItem/index.vue"),
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
|
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
|
||||||
import sellerHeader from "../seller-header.vue"
|
import sellerHeader from "../../seller-header.vue"
|
||||||
|
|
||||||
//const props = defineProps({
|
//const props = defineProps({
|
||||||
//})
|
//})
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
|
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
|
||||||
import sellerHeader from "../seller-header.vue"
|
import sellerHeader from "../../seller-header.vue"
|
||||||
|
|
||||||
//const props = defineProps({
|
//const props = defineProps({
|
||||||
//})
|
//})
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
|
import { ref, onMounted, onUnmounted, reactive, toRefs } from "vue";
|
||||||
import sellerHeader from "../seller-header.vue"
|
import sellerHeader from "../../seller-header.vue"
|
||||||
|
|
||||||
//const props = defineProps({
|
//const props = defineProps({
|
||||||
//})
|
//})
|
||||||
Reference in New Issue
Block a user