소스 검색

修改虚拟机的ip
修改我的众测卡片名称

superguoguo 3 년 전
부모
커밋
0fe228e808
3개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. 2 2
      src/components/Mine.vue
  2. 3 3
      src/components/task/Task.vue
  3. 0 0
      tool4deploy-privatecloud/crowd-web/static/js/app.2ec946682d105758bf57.js

+ 2 - 2
src/components/Mine.vue

@@ -11,11 +11,11 @@
         <div class="project-statistics-card-number">{{statisticData.finishedTaskCount || 0}}</div>
       </el-card>
       <el-card shadow="hover" v-if="showCreateData" class="project-statistics-card">
-        <div class="project-statistics-card-title">我的项目数</div>
+        <div class="project-statistics-card-title">发布项目数</div>
         <div class="project-statistics-card-number">{{statisticData.myProjectCount || 0}}</div>
       </el-card>
       <el-card shadow="hover" v-if="showCreateData" class="project-statistics-card">
-        <div class="project-statistics-card-title">处理中项目数</div>
+        <div class="project-statistics-card-title">接收项目数</div>
         <div class="project-statistics-card-number">{{statisticData.handlingProjectCount || 0}}</div>
       </el-card>
       <el-card shadow="hover" v-if="showCreateData" class="project-statistics-card">

+ 3 - 3
src/components/task/Task.vue

@@ -560,7 +560,7 @@ export default {
     manageVirtualMachine(){
       getToken(this.projectId, this.taskId).then((res) => {
         var token = res.data
-        var url = 'http://47.93.0.186:38080/cloudtest/api/oauth/gateway?website=cofortest&token='+ token + '&userId='+this.user.userVO.id +
+        var url = 'http://49.232.124.49:38080/cloudtest/api/oauth/gateway?website=cofortest&token='+ token + '&userId='+this.user.userVO.id +
           '&screen=PROJECT' + '&projectId='+this.projectId+'&taskId='+this.taskId;
         window.open(url);
       })
@@ -569,7 +569,7 @@ export default {
     // createVirtualMachine(){
     //   getToken(this.projectId, this.taskId).then((res) => {
     //     var token = res.data
-    //     var url = 'http://47.93.0.186:38080/cloudtest/api/oauth/gateway?website=cofortest&token='+ token + '&userId='+this.user.userVO.id +
+    //     var url = 'http://49.232.124.49:38080/cloudtest/api/oauth/gateway?website=cofortest&token='+ token + '&userId='+this.user.userVO.id +
     //       '&screen=HOME';
     //     window.open(url);
     //   })
@@ -578,7 +578,7 @@ export default {
     connectVirtualMachine(){
       getToken(this.projectId, this.taskId).then((res) => {
         var token = res.data
-        var url = 'http://47.93.0.186:38080/cloudtest/api/oauth/connect?userId='+this.user.userVO.id+ '&projectId='+
+        var url = 'http://49.232.124.49:38080/cloudtest/api/oauth/connect?userId='+this.user.userVO.id+ '&projectId='+
           this.projectId+'&taskId='+this.taskId+'&token='+token;
         window.open(url);
       })

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
tool4deploy-privatecloud/crowd-web/static/js/app.2ec946682d105758bf57.js


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.