初始项目

This commit is contained in:
liupopo
2023-02-11 12:55:02 +08:00
parent 1748bda84a
commit 0b89e36064
3363 changed files with 506201 additions and 1 deletions

View File

@@ -0,0 +1,22 @@
<template>
</template>
<script>
export default {
data () {
this.$router.push({
path: '/goods',
query: {
cid: this.$route.query.cid
}
})
return {
}
},
methods: {
}
}
</script>
<style lang="scss" rel="stylesheet/scss" scoped>
</style>

View File

@@ -0,0 +1,22 @@
<template>
</template>
<script>
export default {
data () {
this.$router.push({
path: '/search',
query: {
keyword: this.$route.query.keyword
}
})
return {
}
},
methods: {
}
}
</script>
<style lang="scss" rel="stylesheet/scss" scoped>
</style>