This commit is contained in:
yiqiuyang
2026-07-30 10:00:57 +08:00
parent 5900370c58
commit 2b9a322335
2 changed files with 13 additions and 3 deletions

View File

@ -1,7 +1,10 @@
window.config = { window.config = {
// 新闻中心
baseUrl: 'http://192.168.3.10:9121/', baseUrl: 'http://192.168.3.10:9121/',
// 文件下载
downloadUrl: 'https://work.rangutech.cn:1001/', downloadUrl: 'https://work.rangutech.cn:1001/',
featureUrl: 'https://sys.rangutech.com/#/', // 静态图片
assetsUrl: 'https://insider.rangutech.com/app_static_data/images/', assetsUrl: 'https://insider.rangutech.com/app_static_data/images/',
// downloadUrl: 'http://192.168.3.5:9193/', // 演示系统
featureUrl: 'http://192.168.3.32:5174/#/',
} }

View File

@ -184,7 +184,14 @@ const openImg = (type) => {
:showHover="false" :showHover="false"
> >
<div class="file-list"> <div class="file-list">
<el-tree v-if="list && list.length" :data="list" :props="treeProps" accordion node-key="name"> <el-tree
v-if="list && list.length"
:data="list"
:props="treeProps"
accordion
node-key="name"
default-expand-all
>
<template #default="{data}"> <template #default="{data}">
<div class="tree-node"> <div class="tree-node">
<!-- 文件夹图标 --> <!-- 文件夹图标 -->