From 25b6d3d875c1c24f70de8a06f8098b301a2790d5 Mon Sep 17 00:00:00 2001 From: WXL (wul) <wl_5969728@163.com> Date: 星期一, 15 九月 2025 17:40:18 +0800 Subject: [PATCH] 关键字更新 --- src/views/login.vue | 16 ++++++---------- 1 files changed, 6 insertions(+), 10 deletions(-) diff --git a/src/views/login.vue b/src/views/login.vue index be87cfe..7d3512b 100644 --- a/src/views/login.vue +++ b/src/views/login.vue @@ -116,17 +116,13 @@ password: "", rememberMe: false, code: "", - orgid: "47255004333112711A1001", + orgid:'H41010500003', }, options: [ - { value: "47255004333112711A1001", label: "鏅畞鐣叉棌鑷不鍘夸汉姘戝尰闄�" }, - { value: "47231022633110211A2101", label: "涓芥按甯備腑鍖婚櫌" }, - { value: "47246102433112211A2101", label: "缂欎簯鍘夸腑鍖诲尰闄� " }, - { value: "47240018433118111A2101", label: "榫欐硥甯備腑鍖诲尰闄� " }, - { value: "47240004533118111A1001", label: "榫欐硥甯備汉姘戝尰闄� " }, - { value: "47243006833112611A2101", label: "搴嗗厓鍘夸腑鍖诲尰闄� " }, - { value: "47234002X33112111A2101", label: "闈掔敯鍘夸腑鍖诲尰闄� " }, - ], +{ value: "H41010500003", label: "娌冲崡涓尰鑽ぇ瀛︾涓�闄勫睘鍖婚櫌" }, + { value: "H41082200269", label: "鍗氱埍鍘夸汉姘戝尰闄�" }, + { value: "H41078202417", label: "杈夊幙甯備腑鍖婚櫌" } + ], loginRules: { username: [ { required: true, trigger: "blur", message: "璇疯緭鍏ユ偍鐨勮处鍙�" }, @@ -153,7 +149,7 @@ }, }, created() { - this.getorganization(); + // this.getorganization(); this.getCode(); this.getCookie(); // if (localStorage.getItem('orgid')) { -- Gitblit v1.9.3