This commit is contained in:
Teo
2025-08-09 09:56:49 +08:00
parent bebd4e3a2e
commit b6e4f84570
3 changed files with 2 additions and 3 deletions

View File

@ -5,7 +5,7 @@ VITE_APP_TITLE = 新能源项目管理平台
VITE_APP_ENV = 'development' VITE_APP_ENV = 'development'
# 开发环境 # 开发环境
VITE_APP_BASE_API = 'http://192.168.110.159:8898' VITE_APP_BASE_API = 'http://192.168.110.119:8898'
# 无人机接口地址 # 无人机接口地址

View File

@ -19,7 +19,6 @@
</template> </template>
<el-empty v-else :description="'消息为空'"></el-empty> <el-empty v-else :description="'消息为空'"></el-empty>
</div> </div>
<div v-if="newsList.length > 0" class="foot-box" @click="onGoToGiteeClick">前往gitee</div>
</div> </div>
</template> </template>

View File

@ -142,7 +142,7 @@ const resetQuery = () => {
/** 修改按钮操作 */ /** 修改按钮操作 */
const handleUpdate = async (row?: RepertoryVO) => { const handleUpdate = async (row?: RepertoryVO) => {
proxy?.$tab.openPage('/materials-management/repertoryDetail', '物资清单详情', { proxy?.$tab.openPage('/materials/repertoryDetail', '物资清单详情', {
id: row.id id: row.id
}); });
}; };