wenbobowen 4 年之前
父节点
当前提交
74b61b0bc7
共有 36 个文件被更改,包括 83 次插入86 次删除
  1. 5 5
      src/apiConfig/api.js
  2. 4 4
      src/apiConfig/mock.js
  3. 17 17
      src/apiConfig/requestIP.js
  4. 1 1
      src/apiConfig/virtualDevices.js
  5. 1 1
      src/components/handleFile/copyPaste.vue
  6. 1 1
      src/components/newLayout/components/baseData.js
  7. 1 1
      src/utils/handleTinymce.js
  8. 1 1
      src/views/Platform/defectManagement.vue
  9. 1 1
      src/views/Platform/presentation/ResultPageyL.vue
  10. 1 1
      src/views/Platform/presentation/acceptTheReport.vue
  11. 1 1
      src/views/Platform/useCase/createUse.vue
  12. 1 1
      src/views/Platform/useCasePage.vue
  13. 2 2
      src/views/apiManagement/automatic.vue
  14. 2 2
      src/views/automation/index.vue
  15. 1 1
      src/views/business/bizIdSelect.vue
  16. 3 3
      src/views/data/upload.vue
  17. 2 2
      src/views/dataBigManage/components/drawerModal/index.vue
  18. 1 1
      src/views/dataBigManage/components/qualityModule/index.vue
  19. 1 1
      src/views/home/floatMenu.vue
  20. 3 3
      src/views/mock/httpmock.vue
  21. 2 2
      src/views/monthly/components/createdMonthly.vue
  22. 1 1
      src/views/mqTest/index.vue
  23. 3 3
      src/views/newWeb/index.vue
  24. 4 4
      src/views/onlineProblem/problemCreate.vue
  25. 3 3
      src/views/onlineProblem/problemList.vue
  26. 4 4
      src/views/onlineProblem/problemUpdate.vue
  27. 3 3
      src/views/projectManage/bugList/details/index.vue
  28. 2 2
      src/views/projectManage/bugList/file/createdBug.vue
  29. 1 1
      src/views/projectManage/components/export.vue
  30. 1 1
      src/views/projectManage/components/testPlan.vue
  31. 0 3
      src/views/projectManage/taskList/versionsCalendar.vue
  32. 1 1
      src/views/reportManagement/ReleaseReport/components/ResultPageyL.vue
  33. 1 1
      src/views/reportManagement/Testing/components/acceptTheReport.vue
  34. 3 3
      src/views/useCase/components/requirementCase.vue
  35. 3 3
      src/views/useCase/components/useCase.vue
  36. 1 1
      vue.config.js

+ 5 - 5
src/apiConfig/api.js

@@ -2,16 +2,16 @@ import { requestIp } from './requestIP'
 
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
 
-export const mockUrl = 'http://10.190.5.222:8980' // 测试用例 测试计划
+export const mockUrl = 'https://10.190.5.222:8980' // 测试用例 测试计划
 
-// export const qualityUrl = 'http://10.190.6.249:8898' // 质量度量 (废弃,下次发版删除)
+// export const qualityUrl = 'https://10.190.6.249:8898' // 质量度量 (废弃,下次发版删除)
 
 //虚拟硬件线下环境
-export const vehicleUrl_stable = 'http://10.190.3.48:9999' // 虚拟硬件 zhihui
+export const vehicleUrl_stable = 'https://10.190.3.48:9999' // 虚拟硬件 zhihui
   //虚拟硬件预发环境
-export const vehicleUrl_preonline = 'http://10.190.5.222:9999' // 虚拟硬件 zhihui
+export const vehicleUrl_preonline = 'https://10.190.5.222:9999' // 虚拟硬件 zhihui
   //虚拟硬件线上环境
-export const vehicleUrl_online = 'http://10.190.9.230:9999' // 虚拟硬件 zhihui
+export const vehicleUrl_online = 'https://10.190.9.230:9999' // 虚拟硬件 zhihui
 
 // -----------------------------------------2.0-----------------------------------------------
 

+ 4 - 4
src/apiConfig/mock.js

@@ -1,5 +1,5 @@
 /*eslint-disable*/   //规避eslint的检查,如没有eslint可不写
-// export const mockUrl = 'http://mock.Intra.xiaojukeji.com' // 线上
-// export const mockUrl = 'http://10.179.101.226:8089' // test
-// export const mockUrl = 'http://172.23.145.20:8089'//local
-export const mockUrl = 'http://zhihui-test.intra.xiaojukeji.com/zuul/mock'
+// export const mockUrl = 'https://mock.Intra.xiaojukeji.com' // 线上
+// export const mockUrl = 'https://10.179.101.226:8089' // test
+// export const mockUrl = 'https://172.23.145.20:8089'//local
+export const mockUrl = 'https://zhihui-test.intra.xiaojukeji.com/zuul/mock'

+ 17 - 17
src/apiConfig/requestIP.js

@@ -1,37 +1,37 @@
-export let host = 'http://zhihui-test.intra.xiaojukeji.com'
+export let host = 'https://zhihui-test.intra.xiaojukeji.com'
 // export let host = 'http://localhost:8990'
 export let requestIp = host + '/zuul'
-export let loginUrl = host + '/sso/login?jumpto=' + 'http://zhihui-test.intra.xiaojukeji.com' + location.pathname
-export let logoutUrl = host + '/sso/logout?jumpto=' + 'http://zhihui-test.intra.xiaojukeji.com' + location.pathname
+export let loginUrl = host + '/sso/login?jumpto=' + 'https://zhihui-test.intra.xiaojukeji.com' + location.pathname
+export let logoutUrl = host + '/sso/logout?jumpto=' + 'https://zhihui-test.intra.xiaojukeji.com' + location.pathname
 export let envTag = 'test'
-export let envUrl = 'http://zhihui-test.intra.xiaojukeji.com/zhihui_env/'
-export let toolsUrl = 'http://zhihui-test.intra.xiaojukeji.com/tools/'
-export let playBackUrl = 'http://zhihui-test.intra.xiaojukeji.com/playback/'
-export let automation = 'http://zhihui-test.intra.xiaojukeji.com/automation/'
+export let envUrl = 'https://zhihui-test.intra.xiaojukeji.com/zhihui_env/'
+export let toolsUrl = 'https://zhihui-test.intra.xiaojukeji.com/tools/'
+export let playBackUrl = 'https://zhihui-test.intra.xiaojukeji.com/playback/'
+export let automation = 'https://zhihui-test.intra.xiaojukeji.com/automation/'
 if (location.host.indexOf('localhost') < 0) {
-  host = 'http://' + location.host
+  host = 'https://' + location.host
   requestIp = host + '/zuul'
   loginUrl = host + '/sso/login?jumpto=' + location.href
   logoutUrl = host + '/sso/logout?jumpto=' + location.href
   if (host.indexOf('zhihui-pre.intra.xiaojukeji.com') >= 0) {
     envTag = 'pre'
-    envUrl = 'http://zhihui-pre.intra.xiaojukeji.com/zhihui_env/'
-    toolsUrl = 'http://zhihui-pre.intra.xiaojukeji.com/tools/'
-    playBackUrl = 'http://zhihui-pre.intra.xiaojukeji.com/playback/'
-    automation = 'http://zhihui-pre.intra.xiaojukeji.com/automation/'
+    envUrl = 'https://zhihui-pre.intra.xiaojukeji.com/zhihui_env/'
+    toolsUrl = 'https://zhihui-pre.intra.xiaojukeji.com/tools/'
+    playBackUrl = 'https://zhihui-pre.intra.xiaojukeji.com/playback/'
+    automation = 'https://zhihui-pre.intra.xiaojukeji.com/automation/'
   } else if (host.indexOf('zhihui.xiaojukeji.com') >= 0) {
     envTag = 'online'
-    envUrl = 'http://zhihui.xiaojukeji.com/zhihui_env/'
-    toolsUrl = 'http://zhihui.xiaojukeji.com/tools/'
-    playBackUrl = 'http://zhihui.xiaojukeji.com/playback/'
-    automation = 'http://zhihui.xiaojukeji.com/automation/'
+    envUrl = 'https://zhihui.xiaojukeji.com/zhihui_env/'
+    toolsUrl = 'https://zhihui.xiaojukeji.com/tools/'
+    playBackUrl = 'https://zhihui.xiaojukeji.com/playback/'
+    automation = 'https://zhihui.xiaojukeji.com/automation/'
   }
 }
 
 export function getEnv() {
   let env = 'test'
   if (location.host.indexOf('localhost') < 0) {
-    host = 'http://' + location.host
+    host = 'https://' + location.host
     requestIp = host + '/zuul'
     loginUrl = host + '/sso/login?jumpto=' + location.href
     logoutUrl = host + '/sso/logout?jumpto=' + location.href

+ 1 - 1
src/apiConfig/virtualDevices.js

@@ -1,3 +1,3 @@
 /*eslint-disable*/ //规避eslint的检查,如没有eslint可不写
-export const mockUrl = 'http://10.190.3.48:9999/virtual-devices' // 线上
+export const mockUrl = 'https://10.190.3.48:9999/virtual-devices' // 线上
 // export const mockUrl = 'http://10.96.113.197:9999/virtual-devices' // 线下

+ 1 - 1
src/components/handleFile/copyPaste.vue

@@ -129,7 +129,7 @@ export default {
         withCredentials: false
       } // 添加请求头
       return new Promise((resolve, reject) => {
-        axios.post('http://star.xiaojukeji.com/upload/img.node', param, config)
+        axios.post('https://star.xiaojukeji.com/upload/img.node', param, config)
           .then(response => {
             resolve(response)
           }).catch(err => {

文件差异内容过多而无法显示
+ 1 - 1
src/components/newLayout/components/baseData.js


+ 1 - 1
src/utils/handleTinymce.js

@@ -64,7 +64,7 @@ export function updateFile(file) { // 上传图片
     withCredentials: false
   } // 添加请求头
   return new Promise((resolve, reject) => {
-    axios.post('http://star.xiaojukeji.com/upload/img.node', param, config)
+    axios.post('https://star.xiaojukeji.com/upload/img.node', param, config)
       .then(response => {
         resolve(response)
       }).catch(err => {

+ 1 - 1
src/views/Platform/defectManagement.vue

@@ -373,7 +373,7 @@
               accept="image/jpeg, image/png, image/gif, audio/mp4, video/mp4, audio/mpeg, application/vnd.ms-excel"
               :on-change="handleChange"
               :file-list="fileList"
-              action="http://page-daily.kuaidadi.com/upload/img.node"
+              action="https://page-daily.kuaidadi.com/upload/img.node"
             >
               <el-button size="small" type="primary">点击上传</el-button>
             </el-upload>

+ 1 - 1
src/views/Platform/presentation/ResultPageyL.vue

@@ -30,7 +30,7 @@
             <div v-show="showData" class="marage">完成结果 : {{ ClientDatayl.safeInfo }}</div>
           </div>
         </div>
-        <div style="white-space: nowrap;">SDL链接 : <el-link href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" type="primary" target="_blank"> 普惠SDL准入标准</el-link></div>
+        <div style="white-space: nowrap;">SDL链接 : <el-link href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" type="primary" target="_blank"> 普惠SDL准入标准</el-link></div>
         <div class="titleStyle">二. 项目背景</div><br>
         <div class="rich" v-html="editorElem" />
 

+ 1 - 1
src/views/Platform/presentation/acceptTheReport.vue

@@ -26,7 +26,7 @@
 
           <div style="display: flex;">
             <div style="flex:1">
-              <div class="marage">SDL链接 : <a href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" style="color:blue;">普惠SDL准入标准</a></div><br>
+              <div class="marage">SDL链接 : <a href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" style="color:blue;">普惠SDL准入标准</a></div><br>
               <div class="marage">是否跟版 : {{ fromCreateData.isEdition }}</div><br>
               <div class="marage">优 先 级 : {{ fromCreateData.priority }}</div><br>
             </div>

+ 1 - 1
src/views/Platform/useCase/createUse.vue

@@ -32,7 +32,7 @@
           <el-row>
             <el-col :span="21" style="display:flex;" class="upload">
               <el-form-item label="附件" style="flex:1">
-                <el-upload v-model="caseData.accessory" class="upload-demo" drag action="http://star.xiaojukeji.com/upload/img.node" multiple :on-success="handleAvatarSuccess" :on-progress="DisableButton">
+                <el-upload v-model="caseData.accessory" class="upload-demo" drag action="https://star.xiaojukeji.com/upload/img.node" multiple :on-success="handleAvatarSuccess" :on-progress="DisableButton">
                   <i class="el-icon-plus avatar-uploader-icon"> 添加图片 </i>
                 </el-upload>
               </el-form-item>

+ 1 - 1
src/views/Platform/useCasePage.vue

@@ -660,7 +660,7 @@ export default {
       var f = obj.files[0]
       var formData_s = new FormData()
       formData_s.append('file', f)
-      axios.post('http://star.xiaojukeji.com/upload/img.node', formData_s, { withCredentials: false, headers: { 'Content-Type': 'multipart/form-data' }}).then(res => {
+      axios.post('https://star.xiaojukeji.com/upload/img.node', formData_s, { withCredentials: false, headers: { 'Content-Type': 'multipart/form-data' }}).then(res => {
         if (res) {
           console.log(typeof (this.grid_xmind))
           this.grid_xmind.push({ 'name': f.name, 'url': 'http:' + res.data.url })

+ 2 - 2
src/views/apiManagement/automatic.vue

@@ -16,11 +16,11 @@ export default {
   },
   computed: {
     envUrl() {
-      return 'http://zhihui-api.intra.didichuxing.com/'
+      return 'https://zhihui-api.intra.didichuxing.com/'
     }
   },
   mounted() {
-    window.open('http://zhihui-api.intra.didichuxing.com/', '_blank')
+    window.open('https://zhihui-api.intra.didichuxing.com/', '_blank')
     // var height = window.innerHeight > document.body.clientHeight ? window.innerHeight : document.body.clientHeight
     // this.iframeHeight = height + 'px'
   }

+ 2 - 2
src/views/automation/index.vue

@@ -16,8 +16,8 @@ export default {
   },
   computed: {
     envUrl() {
-      return `http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_mars_test#` + this.$route.name
-      //   return envTag === 'test' ? ' http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_dev_multi_service_support_test' : ' http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_mars_test'
+      return `https://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_mars_test#` + this.$route.name
+      //   return envTag === 'test' ? ' https://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_dev_multi_service_support_test' : ' http://api-kylin-xg02.intra.xiaojukeji.com/tech_esfe_tr_h5_platform_mars_test'
     }
   },
   mounted() {

+ 1 - 1
src/views/business/bizIdSelect.vue

@@ -104,7 +104,7 @@ export default {
       // 如果是其他业务过来的,优先回到其他业务的主页面中
       if (fromPath) {
         const url = `${location.origin}/${fromPath}/#/script?bizId=${biz.code}`
-        // const url = `http://localhost:7101/#/env?bizId=${biz.code}`
+        // const url = `https://localhost:7101/#/env?bizId=${biz.code}`
         // 如果是来自自动化的,
         location.href = url
         return

+ 3 - 3
src/views/data/upload.vue

@@ -6,7 +6,7 @@
       </div>
       <el-upload
         ref="upload"
-        action="http://10.179.162.122:10086/uploadFile"
+        action="https://10.179.162.122:10086/uploadFile"
         name="file"
         :on-preview="handlePreview"
         :on-remove="handleRemove"
@@ -25,9 +25,9 @@
         <i class="el-icon-question" />
         <span>帮助</span>
       </div>
-      <el-link type="primary" href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=200436665">数据中心简介</el-link>
+      <el-link type="primary" href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=200436665">数据中心简介</el-link>
       <el-divider direction="vertical" />
-      <el-link type="primary" href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=223349306">接入文档</el-link>
+      <el-link type="primary" href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=223349306">接入文档</el-link>
     </el-card>
   </div>
 </template>

+ 2 - 2
src/views/dataBigManage/components/drawerModal/index.vue

@@ -1095,10 +1095,10 @@ export default {
     // 表格跳转
     dmTableChange({ column, row }) {
       if (this.headerTitle === '质量' && this.drawerData.label === '新增问题') {
-        const url = `http://odin.xiaojukeji.com/#/risk/starflower/casedetail?id=${row.id}&name=${row.title}`
+        const url = `https://odin.xiaojukeji.com/#/risk/starflower/casedetail?id=${row.id}&name=${row.title}`
         window.open(url, '_blank')
       } else if (this.drawerData.moduleName && this.drawerData.moduleName.search(/上线过程|回滚次数/) > -1) {
-        const url = `http://odin.v5.intra.xiaojukeji.com/#/deploy/job/status/?jobId=${row.id}`
+        const url = `https://odin.v5.intra.xiaojukeji.com/#/deploy/job/status/?jobId=${row.id}`
         window.open(url, '_blank')
       } else if (this.headerTitle === '质量' && this.drawerData.label.search(/^(提测报告|准出记录)/) > -1) {
         this.jumper(row, '报告')

+ 1 - 1
src/views/dataBigManage/components/qualityModule/index.vue

@@ -20,7 +20,7 @@
               </div>
             </el-row>
           </el-col>
-          <!-- 20210712日常: http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=629812523 -->
+          <!-- 20210712日常: https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=629812523 -->
           <el-col
             v-if="mainData.onlineProblemList && mainData.onlineProblemList[2]"
             :span="13"

+ 1 - 1
src/views/home/floatMenu.vue

@@ -112,7 +112,7 @@ export default {
   },
   methods: {
     openWiki() {
-      window.open('http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=174012208')
+      window.open('https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=174012208')
     },
     feedBackClick() {
       if (this.display === 'display: none;') {

+ 3 - 3
src/views/mock/httpmock.vue

@@ -95,17 +95,17 @@
           />
         </el-form-item>
         <el-form-item v-show="trueUrl" label="真实服务url" prop="actualUrl">
-          <el-input v-model="serviceData.actualUrl" :disabled="shouldShow" placeholder="http://10.179.1.22:8089" />
+          <el-input v-model="serviceData.actualUrl" :disabled="shouldShow" placeholder="https://10.179.1.22:8089" />
         </el-form-item>
       </el-form>
       <span class="showBtn">
-        <a href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=213729138#id-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-%E4%B8%80%E3%80%81%E6%8E%A5%E5%85%A5httpmock" target="_blank">配置指南
+        <a href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=213729138#id-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-%E4%B8%80%E3%80%81%E6%8E%A5%E5%85%A5httpmock" target="_blank">配置指南
         </a>
       </span>
       <!--<div v-if="showexplain" class="showInfo">-->
       <!--<div class="showZm" />-->
       <!--<div class="showInfo">-->
-      <!--<a href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=213729138#id-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-%E4%B8%80%E3%80%81%E6%8E%A5%E5%85%A5httpmock" target="_blank">配置指南-->
+      <!--<a href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=213729138#id-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-11%E6%93%8D%E4%BD%9C%E6%89%8B%E5%86%8C-%E4%B8%80%E3%80%81%E6%8E%A5%E5%85%A5httpmock" target="_blank">配置指南-->
       <!--</a>-->
       <!--</div>-->
       <!--</div>-->

+ 2 - 2
src/views/monthly/components/createdMonthly.vue

@@ -8,7 +8,7 @@
     <div v-show="titles" class="monthly-tip"> 标题不能为空</div>
     <div class="monthly-justify">
       <div class="monthly-thumb"><span style="color: #F56C6C;">*</span> 缩略图</div>
-      <el-upload action="http://star.xiaojukeji.com/upload/img.node" list-type="picture-card" :limit="1" :multiple="false" :on-success="handlePictureCardPreview">
+      <el-upload action="https://star.xiaojukeji.com/upload/img.node" list-type="picture-card" :limit="1" :multiple="false" :on-success="handlePictureCardPreview">
         <i class="el-icon-plus" />
         <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过5MB</div>
       </el-upload>
@@ -16,7 +16,7 @@
     <div v-show="thumb" class="monthly-tip"> 缩略图不能为空</div>
     <div class="monthly-justify">
       <div class="monthly-thumb"><span style="color: #F56C6C;">*</span> 素材</div>
-      <el-upload action="http://star.xiaojukeji.com/upload/img.node" list-type="picture-card" :limit="1" :multiple="false" :on-success="handlePictureCardPreviewTow">
+      <el-upload action="https://star.xiaojukeji.com/upload/img.node" list-type="picture-card" :limit="1" :multiple="false" :on-success="handlePictureCardPreviewTow">
         <i class="el-icon-plus" />
         <div slot="tip" class="el-upload__tip">只能上传jpg/png文件,且不超过5MB</div>
       </el-upload>

+ 1 - 1
src/views/mqTest/index.vue

@@ -1,6 +1,6 @@
 <template>
   <div>
-    <iframe src="http://10.96.84.100:8888/mq/list" style="width:100%;" :height="iframeHeight" scrolling="yes" frameborder="0" />
+    <iframe src="https://10.96.84.100:8888/mq/list" style="width:100%;" :height="iframeHeight" scrolling="yes" frameborder="0" />
   </div>
 </template>
 

+ 3 - 3
src/views/newWeb/index.vue

@@ -12,16 +12,16 @@ export default {
     return {
       show: true,
       iframeHeight: '720px',
-      stable: 'http://cp-stable.intra.xiaojukeji.com/project/'
+      stable: 'https://cp-stable.intra.xiaojukeji.com/project/'
     }
   },
   computed: {
     envUrl: {
       get() {
-        return envTag === 'test' ? 'http://cp-stable.intra.xiaojukeji.com/project/' : 'http://cp.intra.xiaojukeji.com/project/'
+        return envTag === 'test' ? 'https://cp-stable.intra.xiaojukeji.com/project/' : 'https://cp.intra.xiaojukeji.com/project/'
       },
       set(newValue) {
-        return envTag === 'test' ? 'http://cp-stable.intra.xiaojukeji.com/project/' : 'http://cp.intra.xiaojukeji.com/project/'
+        return envTag === 'test' ? 'https://cp-stable.intra.xiaojukeji.com/project/' : 'https://cp.intra.xiaojukeji.com/project/'
       }
     }
   },

+ 4 - 4
src/views/onlineProblem/problemCreate.vue

@@ -142,12 +142,12 @@
             class="upload-demo"
             multiple
             :file-list="fileList"
-            action="http://star.xiaojukeji.com/upload/img.node"
+            action="https://star.xiaojukeji.com/upload/img.node"
             :on-success="handleChange"
             :auto-upload="false"
           >
-            <!-- action="http://page-daily.kuaidadi.com/upload/img.node" 线下 -->
-            <!-- action="http://star.xiaojukeji.com/upload/img.node" 线上 -->
+            <!-- action="https://page-daily.kuaidadi.com/upload/img.node" 线下 -->
+            <!-- action="https://star.xiaojukeji.com/upload/img.node" 线上 -->
             <!-- action="https://jsonplaceholder.typicode.com/posts/" 原始地址-->
             <!-- <el-button size="small">点击上传</el-button> -->
             <el-button slot="trigger" size="small" type="primary" @click="createdDis">选取文件</el-button>
@@ -253,7 +253,7 @@ export default {
       userNames: localStorage.getItem('realname'),
       fileDbList: [],
       dis: false
-      // fileDbList: [{ name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }, { name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }]
+      // fileDbList: [{ name: '智慧平台.png', url: 'https://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }, { name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }]
     }
   },
   created() {

+ 3 - 3
src/views/onlineProblem/problemList.vue

@@ -284,10 +284,10 @@
               accept="image/jpeg, image/png, image/gif, audio/mp4, video/mp4, audio/mpeg, application/vnd.ms-excel"
               :on-change="handleChange"
               :file-list="fileList"
-              action="http://page-daily.kuaidadi.com/upload/img.node"
+              action="https://page-daily.kuaidadi.com/upload/img.node"
             >
-              <!-- action="http://page-daily.kuaidadi.com/upload/img.node" 线下 -->
-              <!-- action="http://star.xiaojukeji.com/upload/img.node" 线上 -->
+              <!-- action="https://page-daily.kuaidadi.com/upload/img.node" 线下 -->
+              <!-- action="https://star.xiaojukeji.com/upload/img.node" 线上 -->
               <!-- action="https://jsonplaceholder.typicode.com/posts/" 原始地址-->
               <el-button size="small" type="primary">点击上传</el-button>
             </el-upload>

+ 4 - 4
src/views/onlineProblem/problemUpdate.vue

@@ -142,12 +142,12 @@
             class="upload-demo"
             multiple
             :file-list="fileList"
-            action="http://star.xiaojukeji.com/upload/img.node"
+            action="https://star.xiaojukeji.com/upload/img.node"
             :on-success="handleChange"
             :auto-upload="false"
           >
-            <!-- action="http://page-daily.kuaidadi.com/upload/img.node" 线下 -->
-            <!-- action="http://star.xiaojukeji.com/upload/img.node" 线上 -->
+            <!-- action="https://page-daily.kuaidadi.com/upload/img.node" 线下 -->
+            <!-- action="https://star.xiaojukeji.com/upload/img.node" 线上 -->
             <!-- action="https://jsonplaceholder.typicode.com/posts/" 原始地址-->
             <!-- <el-button size="small">点击上传</el-button> -->
             <el-button slot="trigger" size="small" type="primary" @click="createdDis">选取文件</el-button>
@@ -217,7 +217,7 @@ export default {
       stageStr: [],
       fileList: [],
       uptataKey: [],
-      // uptataKey: [{ name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }, { name: '智慧平台.png', url: 'http://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }],
+      // uptataKey: [{ name: '智慧平台.png', url: 'https://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }, { name: '智慧平台.png', url: 'https://pt-starimg.didistatic.com/static/starimg/node/qo4sKioLko1571277086594.png' }],
       serviceTypeEnumList: [],
       clientTypeEnumList: [],
       bugLevelStr: [],

+ 3 - 3
src/views/projectManage/bugList/details/index.vue

@@ -403,7 +403,7 @@
             <el-upload
               ref="upload"
               class="upload-demo"
-              action="http://star.xiaojukeji.com/upload/img.node"
+              action="https://star.xiaojukeji.com/upload/img.node"
               :on-preview="handleDownload"
               :before-upload="beforeUpload"
               :before-remove="beforeRemove"
@@ -423,7 +423,7 @@
               multiple
               accept="*"
               :file-list="ImageList"
-              action="http://star.xiaojukeji.com/upload/img.node"
+              action="https://star.xiaojukeji.com/upload/img.node"
             >
               <el-button v-if="false" slot="trigger" size="small" type="primary">上传附件</el-button>
               <div slot="file" slot-scope="{file}" class="image-detail">
@@ -1341,7 +1341,7 @@ export default {
         withCredentials: false
       } // 添加请求头
       return new Promise((resolve, reject) => {
-        axios.post('http://star.xiaojukeji.com/upload/img.node', param, config)
+        axios.post('https://star.xiaojukeji.com/upload/img.node', param, config)
           .then(response => {
             resolve(response)
           }).catch(err => {

+ 2 - 2
src/views/projectManage/bugList/file/createdBug.vue

@@ -151,7 +151,7 @@
                   <el-tooltip class="item" effect="dark" content="支持的文件格式有:.zip, .xlsx, .txt, .csv, .xls, .mov, .mp4, .m4a, .avi, .amr, .mp3, .wav, .3gpp, .png, .jpg, .jpeg, .gif" placement="top-start" popper-class="tip-style">
                     <div class="upload-info"><i class="el-icon-question" />格式说明</div>
                   </el-tooltip>
-                  <el-upload class="upload-demo" action="http://star.xiaojukeji.com/upload/img.node" :on-remove="handleRemove" :on-preview="handlePictureCardPreview" :on-progress="progress" :on-success="handleChange" :on-error="errorUpload" :file-list="fileList" list-type="picture" :before-upload="beforeUpload">
+                  <el-upload class="upload-demo" action="https://star.xiaojukeji.com/upload/img.node" :on-remove="handleRemove" :on-preview="handlePictureCardPreview" :on-progress="progress" :on-success="handleChange" :on-error="errorUpload" :file-list="fileList" list-type="picture" :before-upload="beforeUpload">
                     <el-button type="primary">上传附件</el-button>
                   </el-upload>
                 </section>
@@ -809,7 +809,7 @@ export default {
       } // 添加请求头
       return new Promise((resolve, reject) => {
         axios
-          .post('http://star.xiaojukeji.com/upload/img.node', param, config)
+          .post('https://star.xiaojukeji.com/upload/img.node', param, config)
           .then(response => {
             resolve(response)
           })

+ 1 - 1
src/views/projectManage/components/export.vue

@@ -30,7 +30,7 @@ export default {
     exportRaw() {
       var urlObject = window.URL || window.webkitURL || window
       var export_blob = new Blob([this.data])
-      var save_link = document.createElementNS('http://www.w3.org/1999/xhtml', 'a')
+      var save_link = document.createElementNS('https://www.w3.org/1999/xhtml', 'a')
       save_link.href = urlObject.createObjectURL(export_blob)
       save_link.download = this.name + this.id + '.txt'
       this.fakeClick(save_link)

+ 1 - 1
src/views/projectManage/components/testPlan.vue

@@ -23,7 +23,7 @@ export default {
     src() {
       const { dp, caseRoute } = getUrlParamsObj(['dp', 'caseRoute'])
       const src = `${host}/usecase/#/taskTest?bizId=${this.bizid}&keyType=${this.type}_${this.id}&dp=${dp}&hiddenNav=true&caseRoute=${caseRoute}`
-      // const src = `http://localhost:7100/#/taskTest?bizId=${this.bizid}&keyType=${this.type}_${this.id}&dp=${dp}&hiddenNav=true&caseRoute=${caseRoute}`
+      // const src = `https://localhost:7100/#/taskTest?bizId=${this.bizid}&keyType=${this.type}_${this.id}&dp=${dp}&hiddenNav=true&caseRoute=${caseRoute}`
       return src
     }
   },

+ 0 - 3
src/views/projectManage/taskList/versionsCalendar.vue

@@ -308,9 +308,6 @@ export default {
       }
       return ''
     },
-    link_project() {
-      window.open('http://localhost:9528/#/Platform/projectManage/projectViewDetails', '_blank')
-    },
     handleSizeChange(size) { //  分页
       this.pageSize = size
       this.getVersionBytpye(this.isCommand === '' ? 1 : this.isCommand)

+ 1 - 1
src/views/reportManagement/ReleaseReport/components/ResultPageyL.vue

@@ -30,7 +30,7 @@
             <div v-show="showData" class="marage">完成结果 : {{ ClientDatayl.safeInfo }}</div>
           </div>
         </div>
-        <div style="white-space: nowrap;">SDL链接 : <el-link href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" type="primary" target="_blank"> 普惠SDL准入标准</el-link></div>
+        <div style="white-space: nowrap;">SDL链接 : <el-link href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" type="primary" target="_blank"> 普惠SDL准入标准</el-link></div>
         <div class="titleStyle">二. 项目背景</div><br>
         <div class="rich" v-html="editorElem" />
 

+ 1 - 1
src/views/reportManagement/Testing/components/acceptTheReport.vue

@@ -26,7 +26,7 @@
 
           <div style="display: flex;">
             <div style="flex:1">
-              <div class="marage">SDL链接 : <a href="http://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" style="color:blue;">普惠SDL准入标准</a></div><br>
+              <div class="marage">SDL链接 : <a href="https://wiki.intra.xiaojukeji.com/pages/viewpage.action?pageId=237016271" style="color:blue;">普惠SDL准入标准</a></div><br>
               <div class="marage">是否跟版 : {{ fromCreateData.isEdition }}</div><br>
               <div class="marage">优 先 级 : {{ fromCreateData.priority }}</div><br>
             </div>

+ 3 - 3
src/views/useCase/components/requirementCase.vue

@@ -29,10 +29,10 @@ export default {
       const bizId = EncryptId(`${this.bizId}`)
       const host =
         getEnv() === 'test'
-          ? 'http://10.96.83.94:9000/index.html#'
+          ? 'https://10.96.83.94:9000/index.html#'
           : getEnv() === 'pre'
-            ? 'http://agiletc-pre.intra.xiaojukeji.com/#'
-            : 'http://agiletc.intra.xiaojukeji.com/#'
+            ? 'https://agiletc-pre.intra.xiaojukeji.com/#'
+            : 'https://agiletc.intra.xiaojukeji.com/#'
       const src = `${host}${
         this.$route.query.detailCaseUrl
           ? '/case/caseManager/zhihui/'

+ 3 - 3
src/views/useCase/components/useCase.vue

@@ -33,10 +33,10 @@ export default {
       // const bizId = EncryptId(`${this.bizId}`)
       //  host =      // const
       //   getEnv() === 'test'
-      //     ? 'http://10.96.83.94:9000/index.html#'
+      //     ? 'https://10.96.83.94:9000/index.html#'
       //     : getEnv() === 'pre'
-      //     ? 'http://agiletc-pre.intra.xiaojukeji.com/#'
-      //     : 'http://agiletc.intra.xiaojukeji.com/#'
+      //     ? 'https://agiletc-pre.intra.xiaojukeji.com/#'
+      //     : 'https://agiletc.intra.xiaojukeji.com/#'
       // const src = `${host}${
       //   this.$route.query.detailCaseUrl
       //     ? '/case/caseManager/zhihui/'

+ 1 - 1
vue.config.js

@@ -25,7 +25,7 @@ module.exports = {
     },
     proxy: {
       '/apis': {
-        target: `http://zhihui-test.intra.xiaojukeji.com`,
+        target: `https://zhihui-test.intra.xiaojukeji.com`,
         changeOrigin: true,
         pathRewrite: {
           '^/apis': '' // 需要rewrite的,

部分文件因为文件数量过多而无法显示