天波用户运营管理后台系统
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

3 年前
123456789101112131415161718192021222324
  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>