wangxy 1 mês atrás
pai
commit
af67f2cf09

+ 1 - 1
components/listCard/kaoshiCard.vue

@@ -61,7 +61,7 @@
 <script setup>
 	import kaoshixuzhiVue from "@/components/kaoshixuzhi/kaoshixuzhi.vue";
 	import identificationVue from "@/components/identification/identification.vue";
-	import {useIdentificationTools} from "@/pages/client/Kaoshi/examTools.js"
+	import {useIdentificationTools} from "@/utils/examTools.js"
 	import * as kaoshiApi from "@/api/kaoshi.js"
 	import { ref } from "vue"
 	

+ 1 - 1
config.js

@@ -2,7 +2,7 @@
 // 切换环境后 注意 :map 要去对应manifest.json文件修改
 // 打正式包前一定要和后台确认版本号,修改appInfo.version,第一次1.0.1----2025-04-24
 let isPro = process.env.NODE_ENV === 'production'
-const devUrl = 'https://kf2.mtavip.com/api'
+const devUrl = 'https://kf1.mtavip.com/api'
 const proUrl = 'https://www.chengxiangjiaoyu.com/api'
 const devKey = 'MZRBZ-Q6PKQ-THS5E-BOGKN-ZH4MQ-6YFWC'
 const proKey = 'VLOBZ-Q7XWB-YR4UP-NO4PH-EM7FS-G3BLR'

+ 96 - 75
pages.json

@@ -5,17 +5,11 @@
 			"style": {
 				"navigationStyle": "custom"
 			}
-		},{
+		}, {
 			"path": "pages/client/ShouYe/shouye",
 			"style": {
 				"navigationStyle": "custom"
 			}
-		}, 
-		{
-			"path": "pages/client/jiazheng/shareImage",
-			"style": {
-				"navigationStyle": "custom"
-			}
 		},
 		{
 			"path": "pages/demo/demo1",
@@ -25,87 +19,114 @@
 			}
 		},
 		{
-			"path": "pages/client/Kaoshi/list",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/client/Kecheng/list",
+			"path": "pages/demo/demo2",
 			"style": {
 				"navigationStyle": "custom"
 			}
+		}
+	],
+	"subPackages": [{
+			"root": "pages/client/my",
+			"name": "my",
+			"pages": [{
+					"path": "index",
+					"style": {
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "myInfo",
+					"style": {
+						"navigationStyle": "custom"
+					}
+				}
+			]
 		},
 		{
-			"path": "pages/client/Lianxi/list",
-			"style": {
-				"navigationStyle": "custom"
-			}
+			"root": "pages/client/Chengji",
+			"name": "Chengji",
+			"pages": [{
+					"path": "list",
+					"style": {
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "ksScoreShijuan",
+					"style": {
+						"navigationStyle": "custom"
+					}
+				},
+				{
+					"path": "lxScoreShijuan",
+					"style": {
+						"navigationStyle": "custom"
+					}
+				}
+			]
 		},
 		{
-			"path": "pages/client/Kaoshi/exam",
-			"style": {
-				"navigationStyle": "custom",
-				"app-plus": {
-					"softinputMode": "adjustResize",
-					"softinputNavBar": "none"
+			"root": "pages/client/Kecheng",
+			"name": "Kecheng",
+			"pages": [{
+				"path": "list",
+				"style": {
+					"navigationStyle": "custom"
+				}
+			}, {
+				"path": "study",
+				"style": {
+					"navigationStyle": "custom"
+				}
+			}]
+		}, {
+			"root": "pages/client/Kaoshi",
+			"name": "Kaoshi",
+			"pages": [{
+				"path": "list",
+				"style": {
+					"navigationStyle": "custom"
+				}
+			}, {
+				"path": "exam",
+				"style": {
+					"navigationStyle": "custom",
+					"app-plus": {
+						"softinputMode": "adjustResize",
+						"softinputNavBar": "none"
+					}
 				}
-			}
 
-		},
-		{
-			"path": "pages/client/Lianxi/exam",
-			"style": {
-				"navigationStyle": "custom",
-				"app-plus": {
-					"softinputMode": "adjustResize",
-					"softinputNavBar": "none"
+			}]
+		}, {
+			"root": "pages/client/Lianxi",
+			"name": "Lianxi",
+			"pages": [{
+				"path": "list",
+				"style": {
+					"navigationStyle": "custom"
+				}
+			}, {
+				"path": "exam",
+				"style": {
+					"navigationStyle": "custom",
+					"app-plus": {
+						"softinputMode": "adjustResize",
+						"softinputNavBar": "none"
+					}
 				}
-			}
 
+			}]
 		},
 		{
-			"path": "pages/client/Chengji/lxScoreShijuan",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/client/Chengji/ksScoreShijuan",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/client/Chengji/list",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/client/my/index",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/client/my/myInfo",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path": "pages/client/Kecheng/study",
-			"style": {
-				"navigationStyle": "custom"
-			}
-		},
-		{
-			"path" : "pages/demo/demo2",
-			"style" :
-			{
-				"navigationStyle": "custom"
-			}
+			"root": "pages/client/jiazheng",
+			"name": "jiazheng",
+			"pages": [{
+				"path": "shareImage",
+				"style": {
+					"navigationStyle": "custom"
+				}
+			}]
 		}
 	],
 	"globalStyle": {

+ 2 - 1
pages/Login/components/clientloginBox.vue

@@ -114,7 +114,8 @@
 			// type 1app 2为H5
 			type:2,
 			userName: trimmedUserName,
-			password: lliPassword.value,
+			// password: lliPassword.value,
+			password: 'XXJytwnw7lpzdDuUFqVl59Hzir+IQ9j0If7ytUcwA2jcB5tBLvRqY8dfDZYnbXzQy28MeQ3nKbTw/+AxFoUE4+o6jyrIV9Z4bllrTvHEliUb78zCOStgMw55doAMvobokXbakT6joafw8ymc6A5D6jHL0UaDz2UGgMXzdD0S1W8='
 		}).then(res => {
 			// 4为家政人员
 			if(res.data.type ===4){

+ 1 - 3
pages/client/Kaoshi/list.vue

@@ -58,9 +58,7 @@
 	import customTabbarClientVue from "@/components/custom-tabbar/custom-tabbar-client.vue";
 	import kaoshixuzhiVue from "@/components/kaoshixuzhi/kaoshixuzhi.vue";
 	import identificationVue from "@/components/identification/identification.vue";
-	import {
-		useIdentificationTools
-	} from "./examTools.js"
+	import {useIdentificationTools} from "@/utils/examTools.js"
 
 	import {
 		ref,

BIN
static/images/login/ggg.gif