umi-tablayout
This commit is contained in:
@ -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';
|
||||
|
||||
|
@ -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',//公告
|
||||
|
@ -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<{}> = () => {
|
||||
/**
|
||||
|
@ -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<{}> = () => {
|
||||
/**
|
||||
* 寻找商机中转页
|
||||
|
@ -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<{}> = () => {
|
||||
/**
|
||||
|
@ -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<{}> = () => {
|
||||
/**
|
||||
* 询价单查看(进入询价项目的首页)
|
||||
|
Reference in New Issue
Block a user