fix Copyright

This commit is contained in:
LiuHao 2023-04-02 18:08:48 +08:00
parent c7c63c51de
commit 0408b67d6d
3 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@
<script setup name="Index" lang="ts">
function goTarget(url:string) {
const goTarget = (url:string) => {
window.open(url, '__blank')
}
</script>

View File

@ -165,7 +165,7 @@ onMounted(() => {
</el-form>
<!-- 底部 -->
<div class="el-login-footer">
<span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
<span>Copyright © 2018-2023 疯狂的狮子Li All Rights Reserved.</span>
</div>
</div>
</template>

View File

@ -153,7 +153,7 @@ onMounted(() => {
</el-form>
<!-- 底部 -->
<div class="el-register-footer">
<span>Copyright © 2018-2023 ruoyi.vip All Rights Reserved.</span>
<span>Copyright © 2018-2023 疯狂的狮子Li All Rights Reserved.</span>
</div>
</div>
</template>