|
@@ -8,7 +8,7 @@ const axios = new AxiosWrapper();
|
|
|
const api = {
|
|
|
url: `/jcyjdtglpt/v1/api/user`,
|
|
|
};
|
|
|
-export const UserStore = defineStore('user', () => {
|
|
|
+export const UsersStore = defineStore('user', () => {
|
|
|
const count = ref(0);
|
|
|
const doubleCount = computed(() => count.value * 2);
|
|
|
function increment() {
|