备份代码
This commit is contained in:
6
src/views/mobile/services/index.vue
Normal file
6
src/views/mobile/services/index.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<script setup>
|
||||
import PcIndex from '@/views/pc/services/index.vue'
|
||||
</script>
|
||||
<template>
|
||||
<PcIndex />
|
||||
</template>
|
||||
Reference in New Issue
Block a user