添加菜单
Showing
2 changed files
with
58 additions
and
0 deletions
src/views/ywbl/ycsl/ycsl.vue
0 → 100644
| 1 | <!-- | ||
| 2 | * @Author: yangwei | ||
| 3 | * @Date: 2023-09-06 09:20:11 | ||
| 4 | * @LastEditors: yangwei | ||
| 5 | * @LastEditTime: 2023-09-06 09:20:44 | ||
| 6 | * @FilePath: \bdcdj-web\src\views\ywbl\ycsl\ycsl.vue | ||
| 7 | * @Description: | ||
| 8 | * | ||
| 9 | * Copyright (c) 2023 by yangwei, All Rights Reserved. | ||
| 10 | --> | ||
| 11 | <template> | ||
| 12 | <div></div> | ||
| 13 | </template> | ||
| 14 | |||
| 15 | <script> | ||
| 16 | export default { | ||
| 17 | name: "BdcdjWebYcsl", | ||
| 18 | |||
| 19 | data() { | ||
| 20 | return {}; | ||
| 21 | }, | ||
| 22 | |||
| 23 | mounted() {}, | ||
| 24 | |||
| 25 | methods: {}, | ||
| 26 | }; | ||
| 27 | </script> | ||
| 28 | |||
| 29 | <style lang="scss" scoped></style> |
src/views/ywbl/ydsq/ydsq.vue
0 → 100644
| 1 | <!-- | ||
| 2 | * @Author: yangwei | ||
| 3 | * @Date: 2023-09-06 09:19:56 | ||
| 4 | * @LastEditors: yangwei | ||
| 5 | * @LastEditTime: 2023-09-06 09:20:51 | ||
| 6 | * @FilePath: \bdcdj-web\src\views\ywbl\ydsq\ydsq.vue | ||
| 7 | * @Description: | ||
| 8 | * | ||
| 9 | * Copyright (c) 2023 by yangwei, All Rights Reserved. | ||
| 10 | --> | ||
| 11 | <template> | ||
| 12 | <div></div> | ||
| 13 | </template> | ||
| 14 | |||
| 15 | <script> | ||
| 16 | export default { | ||
| 17 | name: "BdcdjWebYcsl", | ||
| 18 | |||
| 19 | data() { | ||
| 20 | return {}; | ||
| 21 | }, | ||
| 22 | |||
| 23 | mounted() {}, | ||
| 24 | |||
| 25 | methods: {}, | ||
| 26 | }; | ||
| 27 | </script> | ||
| 28 | |||
| 29 | <style lang="scss" scoped></style> |
-
Please register or sign in to post a comment