This commit is contained in:
yiqiuyang
2026-07-27 10:06:41 +08:00
parent 11166cb057
commit 5900370c58
20 changed files with 512 additions and 99 deletions

View File

@ -1,3 +1,7 @@
window.config = {
baseUrl: 'http://192.168.3.10:9121/',
downloadUrl: 'https://work.rangutech.cn:1001/',
featureUrl: 'https://sys.rangutech.com/#/',
assetsUrl: 'https://insider.rangutech.com/app_static_data/images/',
// downloadUrl: 'http://192.168.3.5:9193/',
}

View File

@ -25,7 +25,10 @@ window.nav = {
{id: 4, label: '新闻中心', url: '/news', hasChildren: false},
{id: 5, label: '关于我们', url: '/about', hasChildren: false},
{id: 6, label: '联系我们', url: '/link', hasChildren: false},
{id: 7, label: '资源下载', url: '/download', hasChildren: false},
{id: 8, label: '演示系统', url: window.config.featureUrl, hasChildren: false, open: true},
],
footer: [
{
id: 1,
@ -43,13 +46,19 @@ window.nav = {
// url: '/services',
// hasChildren: false,
// },
// {
// id: 3,
// label: '软件下载',
// url: '/download',
// hasChildren: false,
// },
{id: 4, label: '新闻中心', url: '/news', hasChildren: false},
{
id: 3,
label: '资源下载',
url: '/download',
hasChildren: true,
children: [
{id: 3.1, label: '资源下载', url: '/download'},
{id: 3.2, label: 'Android', url: '', downloadType: 'android'},
{id: 3.3, label: 'iOS', url: '', downloadType: 'ios'},
{id: 3.4, label: '客户端', url: '', downloadType: 'pc'},
],
},
// {id: 4, label: '新闻中心', url: '/news', hasChildren: false},
{
id: 5,
label: '关于燃谷',

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 MiB

After

Width:  |  Height:  |  Size: 5.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 690 KiB

After

Width:  |  Height:  |  Size: 2.0 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 4.6 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 679 KiB

After

Width:  |  Height:  |  Size: 6.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB