YY 2 years ago
parent
commit
f8c58b1980
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/stores/system/dictData.ts
  2. 1 1
      src/stores/system/dictType.ts

+ 1 - 1
src/stores/system/dictData.ts

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

+ 1 - 1
src/stores/system/dictType.ts

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