updata
This commit is contained in:
parent
77ab9128b6
commit
7ce8a876db
@ -54,11 +54,9 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { userLogin } from "../api/login";
|
||||
import { ElMessage } from "element-plus";
|
||||
import router from '../router'
|
||||
import { query_get, query_post } from '../sdk/phalapi/PhalApi';
|
||||
import { th } from "element-plus/es/locales.mjs";
|
||||
import { query_post } from '../sdk/phalapi/PhalApi';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
@ -168,16 +166,6 @@ export default {
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
// userLogin(this.query).then((response) => {
|
||||
// console.log(response);
|
||||
// ElMessage({
|
||||
// message: response.msg,
|
||||
// type: "success",
|
||||
// });
|
||||
// // 登录成功后重定向到主页
|
||||
// router.push('/index');
|
||||
// });
|
||||
}
|
||||
},
|
||||
remenber(data) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user