Compare commits

...

2 Commits

Author SHA1 Message Date
bin
668f853303 Merge branch 'main' of http://124.243.245.42:3000/sdz/shihezi-admin
Some checks failed
Node CI / build (14.x, macOS-latest) (push) Has been cancelled
Node CI / build (14.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (14.x, windows-latest) (push) Has been cancelled
Node CI / build (16.x, macOS-latest) (push) Has been cancelled
Node CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node CI / build (16.x, windows-latest) (push) Has been cancelled
coverage CI / build (push) Has been cancelled
Node pnpm CI / build (16.x, macOS-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, ubuntu-latest) (push) Has been cancelled
Node pnpm CI / build (16.x, windows-latest) (push) Has been cancelled
2025-12-23 14:11:22 +08:00
bin
ab8ee802db 文案 2025-12-23 14:11:21 +08:00
5 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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