diff --git a/.env.development b/.env.development index 25a8a00..7dda954 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ -VUE_APP_API_BASE_URL=http://zxx4.f3322.net:46000 +VUE_APP_API_BASE_URL=http://192.168.31.166:46000 VUE_APP_USER_MODEL2=AdminUser VUE_APP_USER_MODEL=BaseAdmin \ No newline at end of file diff --git a/src/application/mk/components/switchCompany/switchCompany.vue b/src/application/mk/components/switchCompany/switchCompany.vue new file mode 100644 index 0000000..932cc62 --- /dev/null +++ b/src/application/mk/components/switchCompany/switchCompany.vue @@ -0,0 +1,44 @@ + + + \ No newline at end of file diff --git a/src/application/mk/index.js b/src/application/mk/index.js index 94ddef0..fc52721 100644 --- a/src/application/mk/index.js +++ b/src/application/mk/index.js @@ -8,6 +8,7 @@ import VXETable from 'vxe-table' import MkGridSelect from './components/editors/MkGridSelect.vue' import MkGridDataSelector from './components/editors/MkGridDataSelector.vue' import MkFormDataSelector from './components/editors/MkFormDataSelector.vue' +import switchCompany from './components/switchCompany/switchCompany' import XEUtils from 'xe-utils' // 创建一个下拉表格渲染 @@ -99,6 +100,7 @@ var mk = { Vue.component(MkGridDataSelector.name, MkGridDataSelector) Vue.component(MkGridSelect.name, MkGridSelect) + Vue.component(switchCompany.name, switchCompany) }, diff --git a/src/components/login/loginActions.vue b/src/components/login/loginActions.vue new file mode 100644 index 0000000..bda47f0 --- /dev/null +++ b/src/components/login/loginActions.vue @@ -0,0 +1,104 @@ + + + + + + \ No newline at end of file diff --git a/src/layouts/header/HeaderAvatar.vue b/src/layouts/header/HeaderAvatar.vue index 0df7e6d..98eef57 100644 --- a/src/layouts/header/HeaderAvatar.vue +++ b/src/layouts/header/HeaderAvatar.vue @@ -1,59 +1,116 @@ diff --git a/src/layouts/header/HeaderNotice.vue b/src/layouts/header/HeaderNotice.vue index e535afd..2d7e400 100644 --- a/src/layouts/header/HeaderNotice.vue +++ b/src/layouts/header/HeaderNotice.vue @@ -37,6 +37,7 @@ +