This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
字典转换规避uri关键词
rongxin_prod
张泽亮
2 years ago
parent
fa704eafaf
commit
346961dd60
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/utils/data.js
+ 1
- 1
src/utils/data.js
View File
@@ -3,7 +3,7 @@ import request from '@/utils/request'
//字典查询
export function getDicts(type) {
return request({
url: '/transaction/website/
data/type
/'+type,
url: '/transaction/website/
transfer
/'+type,
method: 'get',
})
}
Write
Preview
Loading…
Cancel
Save