天波用户运营管理后台系统
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.

24 line
391B

  1. <!--
  2. * @Date: 2021-11-30 14:23:11
  3. * @LastEditors: JinxuChen
  4. * @LastEditTime: 2021-11-30 14:31:21
  5. * @FilePath: \GpsCardAdmin\src\views\off-limits-manage\user-exception\index.vue
  6. * @description:用户例外
  7. -->
  8. <template>
  9. <div>用户例外</div>
  10. </template>
  11. <script>
  12. export default {
  13. name: "",
  14. data() {
  15. return {
  16. };
  17. }
  18. };
  19. </script>
  20. <style scoped>
  21. </style>