瀏覽代碼

bug修复

threethousanddream 1 月之前
父節點
當前提交
850b1f6089
共有 4 個文件被更改,包括 14 次插入3 次删除
  1. 1 1
      src/util/auth.js
  2. 4 2
      src/util/setting.js
  3. 2 0
      src/views/job/list.vue
  4. 7 0
      src/views/sqlTask/list.vue

文件差異過大導致無法顯示
+ 1 - 1
src/util/auth.js


+ 4 - 2
src/util/setting.js

@@ -3,9 +3,11 @@ module.exports = {
   baseUrl: '/',
   // host: 'https://windata.platomix.net',
   // etlUrl: 'https://windata.platomix.net',
-  host: 'http://sasstest.platomix.net',
-  etlUrl: 'http://sasstest.platomix.net',
+  // host: 'http://sasstest.platomix.net',
+  // etlUrl: 'http://sasstest.platomix.net',
   // host: 'http://10.10.15.26:7070', // 大米环境
   // etlUrl: 'http://10.10.15.26:7070', // 大米环境
+  host: 'https://hr.cscec8st.com.cn:50022',
+  etlUrl: 'https://hr.cscec8st.com.cn:50022',
 }
 

+ 2 - 0
src/views/job/list.vue

@@ -303,6 +303,8 @@ const onEdit = job => {
   if (inner) {
     let link = location.origin + '/etl'
     link += '?inner=1#' + url
+    console.log(location.origin)
+    console.log(link)
     window.open(link)
   } else {
     router.push(url)

+ 7 - 0
src/views/sqlTask/list.vue

@@ -278,6 +278,8 @@ const onEdit = task => {
   if (inner) {
     let link = location.origin + '/etl'
     link += '?inner=1#' + url
+    console.log(location.origin)
+    console.log(link)
     window.open(link)
   } else {
     router.push(url)
@@ -368,4 +370,9 @@ async function triggerStatusChange() {
   display: flex;
   justify-content: flex-end;
 }
+.el-form--inline {
+  .el-form-item {
+    margin-bottom: 0;
+  }
+}
 </style>