git: init+修改node版本
This commit is contained in:
16
src/api/geetest.js
Normal file
16
src/api/geetest.js
Normal file
@@ -0,0 +1,16 @@
|
||||
import gtInit from './geetest.gt'
|
||||
import request from "./request";
|
||||
|
||||
export default {
|
||||
getGtCaptcha (uuid) {
|
||||
if(!uuid){
|
||||
uuid = 'liang'
|
||||
}
|
||||
let url = '/user/gt/register';
|
||||
return request({
|
||||
method: 'get',
|
||||
url: url,
|
||||
params: {uuid}
|
||||
})
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user