金民工程向黑龙江民政厅合并

This commit is contained in:
2023-02-21 18:28:28 +08:00
parent 4f3a43885d
commit cde000b511
2 changed files with 3 additions and 2 deletions

View File

@@ -24,11 +24,12 @@ export default {
handleLogin() {
const {code} = this.$route.query
if (code) {
this.$http.post("/app/wxcp/portal/hljJmgcLogin2", null, {
this.$http.post("/app/wxcp/portal/hljJmgcLogin", null, {
withoutToken: true,
params: {code}
}).then(res => {
if (res?.data?.data?.userId) {
const token = res?.data?.data?.["TA-JTOKEN"]
if (token) {
// location.replace()
}
}).catch(() => this.err = "error")