mirror of
https://github.com/pure-admin/pure-admin-thin.git
synced 2025-11-16 07:33:37 +08:00
refactor: 使用@/别名替换/@/别名
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user