|
@@ -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('18640920672') // 用户名
|
|
|
|
- const password = ref('123') // 密码
|
|
|
|
|
|
+ const userName = ref('') // 用户名
|
|
|
|
+ const password = ref('') // 密码
|
|
const lliPassword = ref('') // 加密后的密码
|
|
const lliPassword = ref('') // 加密后的密码
|
|
const passLLiRef = ref(null)
|
|
const passLLiRef = ref(null)
|
|
const showPassword= ref(true)
|
|
const showPassword= ref(true)
|
|
@@ -116,18 +116,14 @@
|
|
// 客户端
|
|
// 客户端
|
|
// #ifdef H5
|
|
// #ifdef H5
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
-<<<<<<< Updated upstream
|
|
|
|
- url: `/pages/client/ShowYe/shouye`
|
|
|
|
-=======
|
|
|
|
- url: `/pages/admin/Jiazheng/index`
|
|
|
|
->>>>>>> Stashed changes
|
|
|
|
|
|
+ url: `/pages/client/ShouYe/shouye`
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
|
|
|
|
// 管理端
|
|
// 管理端
|
|
// #ifdef APP-PLUS
|
|
// #ifdef APP-PLUS
|
|
uni.navigateTo({
|
|
uni.navigateTo({
|
|
- url: `/pages/admin/Jiazheng/index`
|
|
|
|
|
|
+ url: `/pages/admin/ShouYe/shouye`
|
|
})
|
|
})
|
|
// #endif
|
|
// #endif
|
|
|
|
|