소스 검색

Signed-off-by: yinxr <2273460044@qq.com>

yinxr 6 년 전
부모
커밋
06dadfd783
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/webapp/WEB-INF/manager/login.ftl

+ 1 - 1
src/main/webapp/WEB-INF/manager/login.ftl

@@ -97,7 +97,7 @@ var loginVue = new Vue({
         // 登录
         checkLogin: function() {
             var that = this;
-            ms.http.post(ms.manager + "/ms/checkLogin.do", that.loginForm).then(function(data) {
+            ms.http.post(ms.manager + "/checkLogin.do", that.loginForm).then(function(data) {
                 if (data.result) {
                     that.$notify({
                         title: '成功',