whyczyk
2021-03-24 12bbe8051dbb11e89d10c68045f32dcea9119ab9
去除多余代码
1个文件已修改
4 ■■■■ 已修改文件
src/pages/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue
@@ -118,7 +118,7 @@
          method: "get",
          url: "/application/all",
          params: {
            userId: self.opt.userId || "1001"
            userId: self.opt.userId
          }
        }).then(res => {
          if (res.data.code == 1) {
@@ -142,7 +142,7 @@
          url: "/application",
          data: {
            name: name,
            userId: self.opt.userId || "1001"
            userId: self.opt.userId
          }
        }).then(res => {
          if (res.data.code == 1) {