delete alert style

This commit is contained in:
ailanyin
2023-05-17 09:56:28 +08:00
parent e9764b6eb3
commit 26d259e8f0
111 changed files with 7876 additions and 6223 deletions

View File

@ -5,9 +5,9 @@
</template>
<script setup>
const url = ref('http://doc.ruoyi.vip/ruoyi-vue');
const url = ref("http://doc.ruoyi.vip/ruoyi-vue");
function goto() {
window.open(url.value)
window.open(url.value);
}
</script>
</script>

View File

@ -5,9 +5,9 @@
</template>
<script setup>
const url = ref('https://gitee.com/y_project/RuoYi-Vue');
const url = ref("https://gitee.com/y_project/RuoYi-Vue");
function goto() {
window.open(url.value)
window.open(url.value);
}
</script>