You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
351 B
19 lines
351 B
/*
|
|
* @Version: 1.0
|
|
* @Author: kery.chen
|
|
* @Description:
|
|
* @Date: 2021-11-30 11:08:15
|
|
* @LastEditTime: 2022-02-14 16:13:22
|
|
* @FilePath: \tcingiocpro\src\settings.js
|
|
*/
|
|
module.exports = {
|
|
|
|
title: '太仓市网络综合治理平台',
|
|
|
|
/**
|
|
* @type {boolean} true | false
|
|
* @description Whether fix the header
|
|
*/
|
|
fixedHeader: false
|
|
}
|