Browse Source

app管理接口

duy 1 year ago
parent
commit
186ce83b4b
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/api/system/app.js
  2. 1 1
      src/views/system/app.vue

+ 1 - 1
src/api/system/app.js

@@ -71,7 +71,7 @@ export const updateDetail = (row) => {
 }
 export const addDetail = (row) => {
   return request({
-    url: '/api/blade-manager/appVersion/add',
+    url: '/api/blade-manager/appVersionDetail/add',
     method: 'post',
     data: row
   })

+ 1 - 1
src/views/system/app.vue

@@ -22,7 +22,7 @@
     </avue-crud>
 
     <!-- 升级 -->
-    <el-dialog title="App升级" :visible.sync="dialogUpload" width="70%" append-to-body center>
+    <el-dialog title="App升级" :visible.sync="dialogUpload" width="70%" append-to-body center height="100%"> 
       <avue-crud :option="option1"
                  :table-loading="loadingDeail"
                  :data="dataDetail"