浏览代码

部署页优化

xiongzhu 7 年之前
父节点
当前提交
fe303d1a4b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/main/vue/src/pages/DeploySystem.vue

+ 2 - 2
src/main/vue/src/pages/DeploySystem.vue

@@ -64,10 +64,10 @@
                     cancelButtonText: '取消',
                     type: 'warning'
                 }).then(() => {
-                    return axios.post('http://121.43.171.110:8000/job/信牧基础平台/build', {
+                    return axios.post('http://121.43.171.110:8000/job/信牧基础平台/build', null, {
                         auth: {
                             username: 'admin',
-                            password: '9a2cdbd52af045deb750de8dc6e913cb'
+                            password: '3edc#EDC'
                         }
                     })
                 }).then(res => {