浏览代码

登录拆分

tanxue 3 月之前
父节点
当前提交
006ad51143
共有 4 个文件被更改,包括 14 次插入11 次删除
  1. 2 2
      manifest.json
  2. 6 0
      pages.json
  3. 6 0
      pages/Login/clientIndex.vue
  4. 0 9
      pages/Login/index.vue

+ 2 - 2
manifest.json

@@ -2,8 +2,8 @@
     "name" : "北京诚祥",
     "name" : "北京诚祥",
     "appid" : "__UNI__CB9D85D",
     "appid" : "__UNI__CB9D85D",
     "description" : "",
     "description" : "",
-    "versionName" : "1.0.5",
-    "versionCode" : 5,
+    "versionName" : "1.0.0",
+    "versionCode" : 1,
     "transformPx" : false,
     "transformPx" : false,
     /* 5+App特有相关 */
     /* 5+App特有相关 */
     "app-plus" : {
     "app-plus" : {

+ 6 - 0
pages.json

@@ -7,6 +7,12 @@
 			}
 			}
 		},
 		},
 		{
 		{
+			"path": "pages/Login/clientIndex",
+			"style": {
+				"navigationStyle": "custom"
+			}
+		},
+		{
 			"path": "pages/admin/ShouYe/shouye",
 			"path": "pages/admin/ShouYe/shouye",
 			"style": {
 			"style": {
 				"navigationStyle": "custom"
 				"navigationStyle": "custom"

+ 6 - 0
pages/Login/clientIndex.vue

@@ -0,0 +1,6 @@
+<template>
+	<ClientLoginBox></ClientLoginBox>
+</template>
+<script setup>
+	import ClientLoginBox  from './components/clientloginBox.vue'
+</script>

+ 0 - 9
pages/Login/index.vue

@@ -1,15 +1,6 @@
 <template>
 <template>
-	<!-- 客户端 -->
-  <!-- #ifdef H5-->
-	<ClientLoginBox></ClientLoginBox>
-  <!--	#endif-->
-	    
-	<!-- 管理端 -->
-	<!-- #ifdef APP-PLUS -->
 	<AdminloginBox></AdminloginBox>
 	<AdminloginBox></AdminloginBox>
-	<!-- #endif -->
 </template>
 </template>
 <script setup>
 <script setup>
-	import ClientLoginBox  from './components/clientloginBox.vue'
 	import AdminloginBox from './components/adminloginBox.vue'
 	import AdminloginBox from './components/adminloginBox.vue'
 </script>
 </script>