You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <!--
- * @Date: 2021-11-30 14:23:11
- * @LastEditors: JinxuChen
- * @LastEditTime: 2021-11-30 14:31:21
- * @FilePath: \GpsCardAdmin\src\views\off-limits-manage\user-exception\index.vue
- * @description:用户例外
- -->
- <template>
- <div>用户例外</div>
- </template>
-
- <script>
- export default {
- name: "",
- data() {
- return {
-
- };
- }
- };
- </script>
-
- <style scoped>
- </style>
|