diff --git a/fuintAdmin_zt/.env.development b/fuintAdmin_zt/.env.development index 9940336b0..76e606805 100644 --- a/fuintAdmin_zt/.env.development +++ b/fuintAdmin_zt/.env.development @@ -13,7 +13,7 @@ VUE_APP_PUBLIC_PATH = '/' # 后端接口地址 -#VUE_APP_SERVER_URL = 'http://192.168.31.72:8081/' + VUE_APP_SERVER_URL = 'http://192.168.31.178:8081/' diff --git a/fuintAdmin_zt/src/api/indexBanner/index.js b/fuintAdmin_zt/src/api/indexBanner/index.js index feaef0691..68608c2de 100644 --- a/fuintAdmin_zt/src/api/indexBanner/index.js +++ b/fuintAdmin_zt/src/api/indexBanner/index.js @@ -55,3 +55,10 @@ export function getAccountInfo(query) { params: query }) } +export function resetPwd(data) { + return request({ + url: '/backendApi/account/resetPwd', + method: 'post', + data: data + }) +} diff --git a/fuintAdmin_zt/src/layout/components/Navbar.vue b/fuintAdmin_zt/src/layout/components/Navbar.vue index 8b245b691..ff66e71c4 100644 --- a/fuintAdmin_zt/src/layout/components/Navbar.vue +++ b/fuintAdmin_zt/src/layout/components/Navbar.vue @@ -47,12 +47,33 @@ + + + + + + + + + + + 取 消 + 确 定 + + +