Skip to content

Commit

Permalink
refactor(store): 在yxyService中使用pinia
Browse files Browse the repository at this point in the history
  • Loading branch information
xixiIBN5100 committed Oct 20, 2024
1 parent 6e80987 commit b11574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/services/yxyService.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { api } from "@/services";
import request from "../request";
import Taro from "@tarojs/taro";
import { useServiceStore } from "../../store/service";
import { useServiceStore } from "@/store";

const serviceStore = useServiceStore();
export default class YxyService {
Expand Down

0 comments on commit b11574b

Please sign in to comment.