refactor: 使用@/别名替换/@/别名

This commit is contained in:
xiaoxian521
2022-10-27 13:17:56 +08:00
parent 6ceb37624f
commit 7d419c3b35
50 changed files with 153 additions and 158 deletions

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import noAccess from "/@/assets/status/403.svg?component";
import noAccess from "@/assets/status/403.svg?component";
defineOptions({
name: "403"

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import noExist from "/@/assets/status/404.svg?component";
import noExist from "@/assets/status/404.svg?component";
defineOptions({
name: "404"

View File

@@ -1,5 +1,5 @@
<script setup lang="ts">
import noServer from "/@/assets/status/500.svg?component";
import noServer from "@/assets/status/500.svg?component";
defineOptions({
name: "500"