Commit 69452081 by lijiabin

【需求 22261】 chore: 修改文本

parent 4a441ffd
...@@ -56,8 +56,8 @@ const { title = '登录异常' } = defineProps<{ ...@@ -56,8 +56,8 @@ const { title = '登录异常' } = defineProps<{
}>() }>()
const messgae = const messgae =
import.meta.env.MODE === '检测到未登录或者登录错误,' + 'production' '检测到未登录或者登录错误,' + import.meta.env.MODE === 'production'
? '请关闭标签页,从企微工作台重新打开应用' ? '请关闭标签页,从企微工作台或分享/消息链接重新打开应用'
: '请关闭网页或重新打开网页携带code' : '请关闭网页或重新打开网页携带code'
const visible = defineModel<boolean>({ default: false }) const visible = defineModel<boolean>({ default: false })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment