refactor: adjust album route and clean up imports
move album page from src/pages/goods/album to src/pages/album, update router configuration, and remove unused scss style block and import from DateSelector component
This commit is contained in:
@@ -61,7 +61,3 @@ const props = defineProps({
|
|||||||
},
|
},
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
|
||||||
@import "./styles/index.scss";
|
|
||||||
</style>
|
|
||||||
|
|||||||
@@ -28,9 +28,9 @@ export const routes = [
|
|||||||
component: () => import("@/pages/goods/index.vue"),
|
component: () => import("@/pages/goods/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/goods/album",
|
path: "/album",
|
||||||
name: "goods_album",
|
name: "album",
|
||||||
component: () => import("@/pages/goods/album/index.vue"),
|
component: () => import("@/pages/album/index.vue"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
path: "/quick",
|
path: "/quick",
|
||||||
|
|||||||
Reference in New Issue
Block a user