瀏覽代碼

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: '成功',