|
@@ -32,7 +32,7 @@
|
|
|
import passwordLli from "@/components/password-lli/password-lli.vue";
|
|
|
import {ref} from "vue"
|
|
|
import {toast} from "@/utils/common";
|
|
|
- const userName = ref('18640920672') // 用户名
|
|
|
+ const userName = ref('18604088413') // 用户名
|
|
|
const password = ref('') // 密码
|
|
|
const lliPassword = ref('') // 加密后的密码
|
|
|
const passLLiRef = ref(null)
|
|
@@ -116,7 +116,7 @@
|
|
|
// 客户端
|
|
|
// #ifdef H5
|
|
|
uni.navigateTo({
|
|
|
- url: `/pages/admin/Jiazheng/index`
|
|
|
+ url: `/pages/client/ShouYe/shouye`
|
|
|
})
|
|
|
// #endif
|
|
|
|