|
|
@@ -94,7 +94,8 @@ export default {
|
|
|
let { phone, password } = ruleForm.ruleForm;
|
|
|
let res = await api.staffLogin({
|
|
|
phone,
|
|
|
- password: md5(password).toUpperCase(),
|
|
|
+ // password: md5(password).toUpperCase(),
|
|
|
+ password,
|
|
|
});
|
|
|
if (res.data.status == 0) {
|
|
|
ElNotification.success({
|