This commit is contained in:
bin
2025-12-23 14:11:21 +08:00
parent d869713329
commit ab8ee802db
5 changed files with 11 additions and 11 deletions

View File

@@ -76,7 +76,7 @@ export default defineConfig({
* @name layout 插件 * @name layout 插件
* @doc https://umijs.org/docs/max/layout-menu * @doc https://umijs.org/docs/max/layout-menu
*/ */
title: '青岛智慧就业服务系统', title: '石河子智慧就业服务系统',
layout: { layout: {
locale: false, locale: false,
...defaultSettings, ...defaultSettings,

View File

@@ -15,7 +15,7 @@ const Settings: ProLayoutProps & {
fixedHeader: false, fixedHeader: false,
fixSiderbar: true, fixSiderbar: true,
colorWeak: false, colorWeak: false,
title: '青岛智慧就业服务系统', title: '石河子智慧就业服务系统',
pwa: true, pwa: true,
logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg', logo: 'https://gw.alipayobjects.com/zos/rmsportal/KDpgvguMpGfqaHPjicRK.svg',
iconfontUrl: '', iconfontUrl: '',

View File

@@ -5,20 +5,20 @@ import { getYear } from '@/utils/tools';
const Footer: React.FC = () => { const Footer: React.FC = () => {
return ( return (
<DefaultFooter <DefaultFooter
copyright={` ${getYear()} 青岛智慧就业服务系统`} copyright={` ${getYear()} 石河子智慧就业服务系统`}
style={{ style={{
background: 'none', background: 'none',
}} }}
links={[ links={[
{ {
key: '青岛政务网', key: '石河子政务网',
title: '青岛政务网', title: '石河子政务网',
href: 'http://www.shihezi.gov.cn/', href: 'http://www.shihezi.gov.cn/',
blankTarget: true, blankTarget: true,
}, },
{ {
key: '青岛市人力资源和社会保障局', key: '石河子市人力资源和社会保障局',
title: '青岛市人力资源和社会保障局', title: '石河子市人力资源和社会保障局',
href: 'https://hrss.shihezi.gov.cn/', href: 'https://hrss.shihezi.gov.cn/',
blankTarget: true, blankTarget: true,
}, },

View File

@@ -69,7 +69,7 @@ const ProFromMap: React.FC<MapProps> = ({ open, onSelect, onCancel }) => {
// 注意输入提示插件2.0版本需引入AMap.AutoComplete而1.4版本应使用AMap.Autocomplete // 注意输入提示插件2.0版本需引入AMap.AutoComplete而1.4版本应使用AMap.Autocomplete
// 实例化AutoComplete // 实例化AutoComplete
autoCompleteRef.current = new AMap.AutoComplete({ autoCompleteRef.current = new AMap.AutoComplete({
city: '370200', // 青岛 city: '370200', // 石河子
citylimit: false, citylimit: false,
}); });
}); });
@@ -79,7 +79,7 @@ const ProFromMap: React.FC<MapProps> = ({ open, onSelect, onCancel }) => {
geocoderRef.current = new AMap.Geocoder({ geocoderRef.current = new AMap.Geocoder({
extensions: 'base', extensions: 'base',
batch: false, batch: false,
city: '370200', // 青岛 city: '370200', // 石河子
}); });
}); });
@@ -155,7 +155,7 @@ const ProFromMap: React.FC<MapProps> = ({ open, onSelect, onCancel }) => {
} }
const searchLocation = async (keyWords: string) => { const searchLocation = async (keyWords: string) => {
const keywordsToSearch = keyWords || '青岛'; const keywordsToSearch = keyWords || '石河子';
const resData = await autoInput(keywordsToSearch); const resData = await autoInput(keywordsToSearch);
locationList.current = resData; locationList.current = resData;
setLocationOptions(resData); setLocationOptions(resData);

View File

@@ -266,7 +266,7 @@ const Login: React.FC = () => {
}} }}
submitter={type === 'scanQode' ? false : true} submitter={type === 'scanQode' ? false : true}
// logo={<img alt="logo" src={logoImg} />} // logo={<img alt="logo" src={logoImg} />}
title="青岛智慧就业服务系统" title="石河子智慧就业服务系统"
// subTitle={intl.formatMessage({ id: 'pages.layouts.userLayout.title' })} // subTitle={intl.formatMessage({ id: 'pages.layouts.userLayout.title' })}
initialValues={{ initialValues={{
autoLogin: true, autoLogin: true,