tanxue 2 months ago
parent
commit
5cf61d6c8d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      pages/Login/components/loginBox.vue

+ 2 - 2
pages/Login/components/loginBox.vue

@@ -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