|
@@ -32,8 +32,8 @@
|
|
import passwordLli from "@/components/password-lli/password-lli.vue";
|
|
import passwordLli from "@/components/password-lli/password-lli.vue";
|
|
import {ref} from "vue"
|
|
import {ref} from "vue"
|
|
import {toast} from "@/utils/common";
|
|
import {toast} from "@/utils/common";
|
|
- const userName = ref('17600168661') // 用户名
|
|
|
|
- const password = ref('121045') // 密码
|
|
|
|
|
|
+ const userName = ref('18640920672') // 用户名
|
|
|
|
+ const password = ref('123') // 密码
|
|
const lliPassword = ref('') // 加密后的密码
|
|
const lliPassword = ref('') // 加密后的密码
|
|
const passLLiRef = ref(null)
|
|
const passLLiRef = ref(null)
|
|
const showPassword= ref(true)
|
|
const showPassword= ref(true)
|
|
@@ -116,7 +116,11 @@
|
|
// 客户端
|
|
// 客户端
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
|
|
+<<<<<<< Updated upstream
|
|
url: `/pages/client/ShowYe/shouye`
|
|
url: `/pages/client/ShowYe/shouye`
|
|
|
|
+=======
|
|
|
|
+ url: `/pages/admin/Jiazheng/index`
|
|
|
|
+>>>>>>> Stashed changes
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
|
|
|