Browse Source

修改接口

YY 2 years ago
parent
commit
457347ae48
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/stores/users/unit.ts
  2. 1 1
      src/stores/users/users.ts

+ 1 - 1
src/stores/users/unit.ts

@@ -6,7 +6,7 @@ import _ from 'lodash';
 import type { IQueryType, IQueryResult, IQueryParams } from '@/util/types.util';
 const axios = new AxiosWrapper();
 const api = {
-  url: `/freeLabel/v2/api/unit`,
+  url: `/jcyjdtglpt/v1/api/unit`,
 };
 export const UnitStore = defineStore('unit', () => {
   const count = ref(0);

+ 1 - 1
src/stores/users/users.ts

@@ -6,7 +6,7 @@ import _ from 'lodash';
 import type { IQueryType, IQueryResult, IQueryParams } from '@/util/types.util';
 const axios = new AxiosWrapper();
 const api = {
-  url: `/freeLabel/v2/api/user`,
+  url: `/jcyjdtglpt/v1/api/user`,
 };
 export const UserStore = defineStore('user', () => {
   const count = ref(0);