WanGxC 9 月之前
父节点
当前提交
b0b6bf7842
共有 2 个文件被更改,包括 5 次插入3 次删除
  1. 2 2
      .env.development
  2. 3 1
      src/views/searchTerm/analysisPage/QuerySummary.vue

+ 2 - 2
.env.development

@@ -5,8 +5,8 @@ ENV = 'development'
 # 本地环境接口地址
 # VITE_API_URL = 'http://127.0.0.1:8000'
 # VITE_API_URL = 'http://192.168.1.225/'
-# VITE_API_URL = 'http://192.168.1.16:8080/'
- VITE_API_URL = 'http://amzads.zositechc.cn'
+ VITE_API_URL = 'http://192.168.1.16:8080/'
+# VITE_API_URL = 'http://amzads.zositechc.cn'
 
 # 是否启用按钮权限
 VITE_PM_ENABLED = true

+ 3 - 1
src/views/searchTerm/analysisPage/QuerySummary.vue

@@ -63,7 +63,9 @@ function changeType() {}
       </div>
     </div>
     <div style="height: 100%; overflow: auto">
-      <el-table :data="tableData" height="550" stripe style="width: 100%"> </el-table>
+      <el-table :data="tableData" height="550" stripe style="width: 100%">
+        <!--<el-table-column prop="keyword" label="搜索词" width="200" />-->
+      </el-table>
     </div>
     <div class="mt-3.5 flex justify-end">
       <el-pagination