提交 7586ee39 编写于 作者: RedPig97's avatar RedPig97

update:登录视图

上级 5738b675
...@@ -124,20 +124,28 @@ import { Environment } from '@/environments/environment'; ...@@ -124,20 +124,28 @@ import { Environment } from '@/environments/environment';
/** /**
* qq授权登录 * qq授权登录
* @param thirdpart * @param AppLoginViewBase
*/ */
public tencentHandleClick(thirdpart: any) { public tencentHandleClick() {
this.$Message.warning((this.$t('components.login.warning1') as string)) this.$Message.warning((this.$t('components.login.warning1') as string))
} }
/** /**
* 微信授权登录 * 微信授权登录
* @param thirddpart * @param AppLoginViewBase
*/ */
public wechatHandleClick(thirddpart: any) { public wechatHandleClick() {
this.$Message.warning((this.$t('components.login.warning2') as string)) this.$Message.warning((this.$t('components.login.warning2') as string))
} }
/**
* 处理项点击
* @param AppLoginViewBase
*/
handleItemClick(key: string) {
}
<#ibizinclude> <#ibizinclude>
../@MACRO/VIEW_BOTTOM-BASE.vue.ftl ../@MACRO/VIEW_BOTTOM-BASE.vue.ftl
</#ibizinclude> </#ibizinclude>
......
...@@ -50,6 +50,8 @@ export const Environment = { ...@@ -50,6 +50,8 @@ export const Environment = {
ibizbbstUrl: 'https://bbs.ibizlab.cn', ibizbbstUrl: 'https://bbs.ibizlab.cn',
// 是否启用工作流 // 是否启用工作流
workflow: false, workflow: false,
// 仿真mockDcSystemId
mockDcSystemId: '',
}; };
// 挂载外部配置文件 // 挂载外部配置文件
if ((window as any).Environment) { if ((window as any).Environment) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册