umi-tablayout

This commit is contained in:
lix
2025-07-07 16:40:14 +08:00
parent 736f004b6b
commit 1e940183cd
186 changed files with 525 additions and 294 deletions

View File

@ -2,7 +2,7 @@ import React, { useEffect, useRef } from 'react';
import '@/assets/zjl_style.less';
import chionceLoginPic01 from '@/assets/choiceLogin/chionceLoginPic01.png';
import chionceLoginPic02 from '@/assets/choiceLogin/chionceLoginPic02.png';
import { history } from 'umi';
import { history } from '@umijs/max';
import { getToSecondUrl } from '../service';
import { Spin } from 'antd';

View File

@ -1,7 +1,7 @@
import React, { useEffect } from 'react';
import { message, Spin } from 'antd';
import { getURLInformation, isEmpty } from '@/utils/CommonUtils';
import { history } from 'umi';
import { history } from '@umijs/max';
const approvalMap = {
'019': '/ExamineAndApprove/Announcement',//公告

View File

@ -1,7 +1,7 @@
import React, { useEffect } from 'react';
import { Spin } from 'antd';
import { getSessionUserData } from '@/utils/session';
import { history } from 'umi';
import { history } from '@umijs/max';
const Loading: React.FC<{}> = () => {
/**

View File

@ -1,7 +1,7 @@
import React, { useEffect } from 'react';
import { message, Spin } from 'antd';
import { getURLInformation, isEmpty } from '@/utils/CommonUtils';
import { history } from 'umi';
import { history } from '@umijs/max';
const Loading: React.FC<{}> = () => {
/**
* 寻找商机中转页

View File

@ -2,7 +2,7 @@ import React, { useEffect } from 'react';
import { message, Spin } from 'antd';
import { getURLInformation, isEmpty } from '@/utils/CommonUtils';
import { followUpAProjectManager, followUpAProjectSupplier, getSessionRoleData } from '@/utils/session';
import { history } from 'umi';
import { history } from '@umijs/max';
import { getProjectById } from '../service';
const Loading: React.FC<{}> = () => {
/**

View File

@ -3,7 +3,7 @@ import { message, Spin } from 'antd';
import { getURLInformation } from '@/utils/CommonUtils';
import { getProjectByInquiryId } from '../service';
import { followUpAProjectManager, followUpAProjectSupplier, getSessionRoleData } from '@/utils/session';
import { history } from 'umi';
import { history } from '@umijs/max';
const Loading: React.FC<{}> = () => {
/**
* 询价单查看(进入询价项目的首页)