Skip to content

Instantly share code, notes, and snippets.

@330132662
Created April 25, 2022 02:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 330132662/8c0b0a529a5a2c2875f8c19315e8b784 to your computer and use it in GitHub Desktop.
Save 330132662/8c0b0a529a5a2c2875f8c19315e8b784 to your computer and use it in GitHub Desktop.
刘哥一己之力让宝塔给自己IP 封了
getUser(){
let params = {
}
var res = request("my/index",params)
const {
code,
data,
msg
} = res
if (code == 1) {
this.getUser().
} else {
vant.Toast(msg)
}
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment