瀏覽代碼

字典转换规避uri关键词

rongxin_prod
张泽亮 2 年之前
父節點
當前提交
346961dd60
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/utils/data.js

+ 1
- 1
src/utils/data.js 查看文件

@@ -3,7 +3,7 @@ import request from '@/utils/request'
//字典查询 //字典查询
export function getDicts(type) { export function getDicts(type) {
return request({ return request({
url: '/transaction/website/data/type/'+type,
url: '/transaction/website/transfer/'+type,
method: 'get', method: 'get',
}) })
} }


Loading…
取消
儲存