@@ -64,6 +64,19 @@ const remainingRouter = [
}
]
},
+ {
+ path: '/mall',
+ // component: Layout,
+ children: [
+ component: () => import('@/views/mall/index'),
+ meta: {
+ title: '臻选商城'
+ }
+ ]
+ },
setLoginType(remainingRouter, 'noLogin')
@@ -0,0 +1,10 @@
+<!-- 臻选商城 -->
+<template>
+ <div>vue3PageInit</div>
+</template>
+
+<script setup>
+defineOptions({name: 'mall-index'})
+</script>
+<style lang="scss" scoped>
+</style>