1
@ -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/',
|
||||
}
|
||||
|
||||
@ -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: '关于燃谷',
|
||||
|
||||
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 5.8 MiB |
BIN
public/static/images/banner/download.png
Normal file
|
After Width: | Height: | Size: 3.3 MiB |
|
Before Width: | Height: | Size: 690 KiB After Width: | Height: | Size: 2.0 MiB |
|
Before Width: | Height: | Size: 1.1 MiB After Width: | Height: | Size: 4.6 MiB |
|
Before Width: | Height: | Size: 679 KiB After Width: | Height: | Size: 6.0 MiB |
BIN
public/static/images/download/android.png
Normal file
|
After Width: | Height: | Size: 35 KiB |
BIN
public/static/images/download/ios.png
Normal file
|
After Width: | Height: | Size: 37 KiB |
BIN
public/static/images/download/windows.png
Normal file
|
After Width: | Height: | Size: 36 KiB |