Pārlūkot izejas kodu

部署-外网(已测试)

HeWang 8 mēneši atpakaļ
vecāks
revīzija
825c041077
2 mainītis faili ar 4 papildinājumiem un 4 dzēšanām
  1. 2 2
      src/views/MapRescanView.vue
  2. 2 2
      src/views/UpdateStatView.vue

+ 2 - 2
src/views/MapRescanView.vue

@@ -94,13 +94,13 @@
           <el-table-column prop="update_flag" label="地图续扫提醒" :formatter="formatStatus"/>
           <el-table-column prop="pre_pgm_url" label="原始pgm" width="400px">
             <template v-slot="scope">
-              <img :src="'http://oss-cn-beijing-gqzl-d01-a.ops.gqzl-cloud.com/pji-bucket1/' + scope.row.pre_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
+              <img :src="'http://pji-bucket1.oss.icvdc.com/pji-bucket1/' + scope.row.pre_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
             </template>
 
           </el-table-column>
           <el-table-column prop="current_pgm_url" label="当前pgm" width="400px">
             <template v-slot="scope">
-              <img :src="'http://oss-cn-beijing-gqzl-d01-a.ops.gqzl-cloud.com/pji-bucket1/' + scope.row.current_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
+              <img :src="'http://pji-bucket1.oss.icvdc.com/pji-bucket1/' + scope.row.current_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
             </template>
           </el-table-column>
 

+ 2 - 2
src/views/UpdateStatView.vue

@@ -71,13 +71,13 @@
           <el-table-column prop="update_flag" label="地图更新状态" :formatter="formatStatus"/>
           <el-table-column prop="pre_pgm_url" label="原始pgm" width="400px">
             <template v-slot="scope">
-              <img :src="'http://oss-cn-beijing-gqzl-d01-a.ops.gqzl-cloud.com/pji-bucket1/' + scope.row.pre_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
+              <img :src="'http://pji-bucket1.oss.icvdc.com/pji-bucket1/' + scope.row.pre_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
             </template>
 
           </el-table-column>
           <el-table-column prop="current_pgm_url" label="当前pgm" width="400px">
             <template v-slot="scope">
-              <img :src="'http://oss-cn-beijing-gqzl-d01-a.ops.gqzl-cloud.com/pji-bucket1/' + scope.row.current_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
+              <img :src="'http://pji-bucket1.oss.icvdc.com/pji-bucket1/' + scope.row.current_png_url" @click="viewImg" alt="" style="width:300px; height: 100%; cursor: pointer">
             </template>
           </el-table-column>