diff --git a/.env.development b/.env.development
index fe20df3..d56a5f3 100644
--- a/.env.development
+++ b/.env.development
@@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源项目管理平台
VITE_APP_ENV = 'development'
# 开发环境
-VITE_APP_BASE_API = 'http://192.168.110.159:8898'
+VITE_APP_BASE_API = 'http://192.168.110.163:8898'
# 无人机接口地址
diff --git a/src/views/design/volumeCatalog/index.vue b/src/views/design/volumeCatalog/index.vue
index ea8daea..7f989ee 100644
--- a/src/views/design/volumeCatalog/index.vue
+++ b/src/views/design/volumeCatalog/index.vue
@@ -11,8 +11,8 @@
- 搜索
- 重置
+ 搜索
+ 重置
@@ -71,7 +71,7 @@
- 查看文件
+ 查看文件
@@ -82,7 +82,7 @@
v-if="scope.row.auditStatus != 'finish' && scope.row.auditStatus != 'termination' && scope.row.auditStatus != 'waiting'"
icon="Edit"
@click="handleUpdate(scope.row)"
- v-hasPermi="['design:volumeCatalog:edit']"
+ v-hasPermi="['design:volumeFile:edit']"
>修改
上传图纸
审核
- 查看流程
-