zhouhao
2022-01-10 4a8b12ec19d680fa5edd36d07fe5eced7e05ecbb
src/api/index.js
@@ -58,6 +58,10 @@
         signContInfo(data) {  
          return $http.post('/inside/signContInfo', data);
    },
         //合同预览
         getContInfo(data) {
          return $http.post('/inside/getContInfo', data);
    },
    // ========================================
    
}