From e0d1406ecd58a3252864df001c39bffd081cc34b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Tue, 18 Apr 2023 04:00:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E4=B8=8D=E6=98=BE=E7=A4=BA=E7=94=A8=E6=88=B7username?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TODOs.md | 8 +++++++- weixin-miniprogram/pages/index/index.js | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/TODOs.md b/TODOs.md index 2190064..0530609 100644 --- a/TODOs.md +++ b/TODOs.md @@ -40,10 +40,15 @@ # IP 配置 +develop 内网穿透:106.75.217.14 -nacos:106.75.217.14 +nacos:http://106.75.217.14:8488/nacos/index.html 数据库:本地 +production +nacos:http://106.75.217.14:8488/nacos/index.html +数据库:服务器上 + # QCloud @@ -56,6 +61,7 @@ SecretKey 22sVt494mGZeV7sQkqwxnNjneHesqXxA # 门禁端网页 https://epp.only4.work/access/index.html +https://epp-prod.only4.work/access/index.html diff --git a/weixin-miniprogram/pages/index/index.js b/weixin-miniprogram/pages/index/index.js index 7637cd5..2d13119 100644 --- a/weixin-miniprogram/pages/index/index.js +++ b/weixin-miniprogram/pages/index/index.js @@ -41,7 +41,7 @@ Page({ debugText: JSON.stringify(options, null, 4), userInfo: userInfo, userGroup: userGroup, - displayUsername: userInfo ? (`${userInfo.realname} (${userInfo.username})`) : "请登录", + displayUsername: userInfo ? (`『${userInfo.realname}』`) : "请登录", filterMenuItems: this.getFilterMenuItems(menuItemDict, userGroup) }) console.log("menuItemDict", menuItemDict)