1
This commit is contained in:
@ -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/#/',
|
||||||
}
|
}
|
||||||
|
|||||||
@ -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">
|
||||||
<!-- 文件夹图标 -->
|
<!-- 文件夹图标 -->
|
||||||
|
|||||||
Reference in New Issue
Block a user