|
@@ -1,9 +1,85 @@
|
|
// 网站基本设置
|
|
// 网站基本设置
|
|
export const siteInfo = {
|
|
export const siteInfo = {
|
|
- title: '平台名称',
|
|
|
|
|
|
+ display: true,
|
|
|
|
+ zhTitle: '长春市福瑞科技有限公司',
|
|
|
|
+ enTitle: 'Changchun Furui Technology Co., Ltd',
|
|
|
|
+ logo_url: require('../../assets/logo.png'),
|
|
|
|
+};
|
|
|
|
+// 菜单设置
|
|
|
|
+export const menuInfo = {
|
|
|
|
+ info: {
|
|
|
|
+ display: true,
|
|
|
|
+ mode: 'horizontal',
|
|
|
|
+ backColor: '#0457c7',
|
|
|
|
+ textColor: '#ffffff',
|
|
|
|
+ // actColor: '#fe950e',
|
|
|
|
+ actColor: '#ffffff',
|
|
|
|
+ },
|
|
|
|
+ menuList: [
|
|
|
|
+ { icon: '', index: '/test1/index', title: '测试菜单一' },
|
|
|
|
+ { icon: '', index: '/test2/index', title: '测试菜单二' },
|
|
|
|
+ { icon: '', index: '/test3/index', title: '测试菜单三' },
|
|
|
|
+ // {
|
|
|
|
+ // icon: '',
|
|
|
|
+ // index: '2',
|
|
|
|
+ // title: '二级菜单',
|
|
|
|
+ // subs: [
|
|
|
|
+ // {
|
|
|
|
+ // icon: '',
|
|
|
|
+ // index: '/test3/index',
|
|
|
|
+ // title: '二级菜单一',
|
|
|
|
+ // },
|
|
|
|
+ // ],
|
|
|
|
+ // },
|
|
|
|
+ // {
|
|
|
|
+ // icon: '',
|
|
|
|
+ // index: '3',
|
|
|
|
+ // title: '三级菜单',
|
|
|
|
+ // subs: [
|
|
|
|
+ // {
|
|
|
|
+ // icon: '',
|
|
|
|
+ // index: '3-1',
|
|
|
|
+ // title: '三级菜单-一级',
|
|
|
|
+ // subs: [
|
|
|
|
+ // {
|
|
|
|
+ // icon: '',
|
|
|
|
+ // index: '/test3/index',
|
|
|
|
+ // title: '三级菜单-二级',
|
|
|
|
+ // },
|
|
|
|
+ // ],
|
|
|
|
+ // },
|
|
|
|
+ // ],
|
|
|
|
+ // },
|
|
|
|
+ ],
|
|
|
|
+};
|
|
|
|
+// 轮播图设置
|
|
|
|
+export const bannerInfo = {
|
|
|
|
+ info: {
|
|
|
|
+ display: true,
|
|
|
|
+ // 轮播高度
|
|
|
|
+ height: '400px',
|
|
|
|
+ // 指示器触发方式-默认值:hover,click:点击
|
|
|
|
+ trigger: '',
|
|
|
|
+ // 是否自动切换-默认值:true
|
|
|
|
+ autoplay: true,
|
|
|
|
+ // 自动切换秒数
|
|
|
|
+ interval: 3000,
|
|
|
|
+ // 指示器位置显示-默认值:显示,outside:外部,none:不显示,
|
|
|
|
+ indicatorpos: '',
|
|
|
|
+ // 切换箭头-默认值:鼠标滑过时显示,always:一直显示,never:一直隐藏
|
|
|
|
+ arrow: '',
|
|
|
|
+ // 轮播类型-card:卡片化
|
|
|
|
+ type: '',
|
|
|
|
+ // 是否循环显示:默认值:true
|
|
|
|
+ loop: true,
|
|
|
|
+ // 轮播垂直方向显示-默认值:横向,vertical:垂直
|
|
|
|
+ direction: 'horizontal',
|
|
|
|
+ },
|
|
|
|
+ list: [],
|
|
};
|
|
};
|
|
// 网站底部信息
|
|
// 网站底部信息
|
|
-export const footinfo = {
|
|
|
|
|
|
+export const footInfo = {
|
|
|
|
+ display: true,
|
|
p1: '技术运营:吉林省科技大市场专利分市场',
|
|
p1: '技术运营:吉林省科技大市场专利分市场',
|
|
p2: '技术支持:长春福瑞科技有限公司',
|
|
p2: '技术支持:长春福瑞科技有限公司',
|
|
p3: '地址:吉林省长春市朝阳区前进大街1244号电话:17319450324微信:guhongwei324邮箱:guhongwei0324@163.com',
|
|
p3: '地址:吉林省长春市朝阳区前进大街1244号电话:17319450324微信:guhongwei324邮箱:guhongwei0324@163.com',
|