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,7 +1,7 @@
import { defineStore } from "pinia";
import { store } from "/@/store";
import { store } from "@/store";
import { setType } from "./types";
import { getConfig } from "/@/config";
import { getConfig } from "@/config";
export const useSettingStore = defineStore({
id: "pure-setting",