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>
|
||||
|
||||
<style scoped lang="scss">
|
||||
@import "./styles/index.scss";
|
||||
</style>
|
||||
|
||||
@@ -28,9 +28,9 @@ export const routes = [
|
||||
component: () => import("@/pages/goods/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/goods/album",
|
||||
name: "goods_album",
|
||||
component: () => import("@/pages/goods/album/index.vue"),
|
||||
path: "/album",
|
||||
name: "album",
|
||||
component: () => import("@/pages/album/index.vue"),
|
||||
},
|
||||
{
|
||||
path: "/quick",
|
||||
|
||||
Reference in New Issue
Block a user