diff --git a/src/api/management/user.js b/src/api/management/user.js index c967e6622..745eaffdc 100644 --- a/src/api/management/user.js +++ b/src/api/management/user.js @@ -295,3 +295,12 @@ export function sendEmailVfcode(params) { params }); } + +/** 新注册接口 */ +export function registerUserNew(data) { + return request({ + url: `/api/userinfo/register2`, + method: 'post', + data + }); +} diff --git a/src/jmapNew/theme/foshan_01/menus/dispatchWorkMenu.vue b/src/jmapNew/theme/foshan_01/menus/dispatchWorkMenu.vue index bc9565352..95832458e 100644 --- a/src/jmapNew/theme/foshan_01/menus/dispatchWorkMenu.vue +++ b/src/jmapNew/theme/foshan_01/menus/dispatchWorkMenu.vue @@ -18,7 +18,7 @@ import { mapGetters } from 'vuex'; import MenuBar from './dispatchWorkMenuBar'; import MenuStationStand from './menuStationStand'; -import MenuSwitch from './menuSwitch'; +// import MenuSwitch from './menuSwitch'; import MenuSignal from './menuSignal'; import MenuSection from './menuSection'; import MenuTrain from './menuTrain'; @@ -32,7 +32,7 @@ export default { components: { MenuBar, MenuStationStand, - MenuSwitch, + // MenuSwitch, MenuSignal, MenuSection, MenuTrain, diff --git a/src/jmapNew/theme/foshan_01/menus/localWorkMenuBar.vue b/src/jmapNew/theme/foshan_01/menus/localWorkMenuBar.vue index 8c49e7c93..9c60bb23c 100644 --- a/src/jmapNew/theme/foshan_01/menus/localWorkMenuBar.vue +++ b/src/jmapNew/theme/foshan_01/menus/localWorkMenuBar.vue @@ -1,7 +1,7 @@ - 手机号注册 + 手机号注册 邮箱注册 @@ -26,11 +26,11 @@ - + - +