Quellcode durchsuchen

Squashed commit of the following:

commit 68b699c903362a880571563ae921a2a63060e667
Author: guoqing <1624870927@qq.com>
Date:   Wed Mar 29 11:04:02 2023 +0800

    更新
LuChongMei vor 2 Jahren
Ursprung
Commit
2d06cdd461
2 geänderte Dateien mit 7 neuen und 15 gelöschten Zeilen
  1. 5 13
      src/views/placeManage/placeRegister.vue
  2. 2 2
      src/views/tab_a/tabAll.vue

+ 5 - 13
src/views/placeManage/placeRegister.vue

@@ -182,19 +182,12 @@ export default {
 </script>
 
 <style lang="less">
-body,
-html {
+* {
   margin: 0;
   padding: 0;
 }
-.van-nav-bar {
-  background-color: #36a7f3;
-  .van-nav-bar__title {
-    color: #fff;
-  }
-  .van-badge__wrapper {
-    color: #fff;
-  }
+.main {
+  background: #fff;
 }
 .main p {
   height: 40px;
@@ -243,8 +236,7 @@ html {
   color: #36a7f3;
   top: -4px;
 }
-.van-dialog {
-  width: 80%;
-  top: 50%;
+.van-radio {
+  margin-right: 10px;
 }
 </style>

+ 2 - 2
src/views/tab_a/tabAll.vue

@@ -148,7 +148,7 @@ import  qs  from "qs";
 			async getsome2(){
 
 				let that=this;
-
+				this.$router.push("/placeRegister");
 				//SDK中 getToken() 方法获取免登token
 				window.xm.getToken().then(function(token){
 					console.log(token);
@@ -184,7 +184,7 @@ import  qs  from "qs";
 
 			async getsome3(){
 				console.log("11");
-
+				this.$router.push("/placePerson");
 				var datas = {
 					username: "admin",
             	};