Browse Source

部署页优化

xiongzhu 7 years ago
parent
commit
fe303d1a4b
1 changed files with 2 additions and 2 deletions
  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 => {