lsc 3 years ago
parent
commit
89f880865f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/components/loginBYingShuo.vue

+ 0 - 1
src/components/loginBYingShuo.vue

@@ -303,7 +303,6 @@ export default {
         _this.ajax
         _this.ajax
           .post(_this.$store.state.api + "loginBYingShuo", params)
           .post(_this.$store.state.api + "loginBYingShuo", params)
           .then((res) => {
           .then((res) => {
-            debugger
             if (res.data.status == "1") {
             if (res.data.status == "1") {
               _this.$cookies.set("yingshuo", "1", -1);
               _this.$cookies.set("yingshuo", "1", -1);
               _this.$message({
               _this.$message({