瀏覽代碼

update 优化 删除无用页面

疯狂的狮子Li 11 月之前
父節點
當前提交
9b00aaff93
共有 1 個文件被更改,包括 0 次插入9 次删除
  1. 0 9
      src/views/monitor/easyretry/index.vue

+ 0 - 9
src/views/monitor/easyretry/index.vue

@@ -1,9 +0,0 @@
-<template>
-  <div>
-    <i-frame v-model:src="url"></i-frame>
-  </div>
-</template>
-
-<script setup lang="ts">
-const url = ref(import.meta.env.VITE_APP_EASYRETRY_ADMIN);
-</script>