Browse Source

删除不用的包

master
wenlele 1 year ago
parent
commit
c39a8d5ecd
  1. 2
      web/client/src/sections/auth/containers/login.js
  2. 8
      web/package.json
  3. 1
      web/routes/attachment/index.js

2
web/client/src/sections/auth/containers/login.js

@ -2,8 +2,6 @@
import React, { useState, useEffect, useRef } from 'react';
import { connect } from 'react-redux';
import { push } from 'react-router-redux';
import SHA1 from 'crypto-js/sha1';
import Hex from 'crypto-js/enc-hex';
import { ApiTable } from '$utils'
import { Request } from '@peace/utils'
import { Button, Input, Form, Row, Col, message, Tabs, Tooltip } from 'antd';

8
web/package.json

@ -70,21 +70,14 @@
"@peace/components": "0.0.35",
"@peace/utils": "0.0.66",
"ahooks": "^3.7.4",
"ali-oss": "^6.17.1",
"antd": "^4.24.5",
"antd-theme-generator": "^1.2.8",
"args": "^5.0.1",
"array-move": "^3.0.1",
"bpmn-js": "^6.5.1",
"camunda-bpmn-moddle": "^4.4.0",
"canvas": "^2.11.0",
"co-busboy": "^1.4.1",
"cross-env": "^7.0.3",
"crypto-js": "^4.1.1",
"echarts": "^5.4.1",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"form-data": "^3.0.0",
"fs-attachment": "^1.0.0",
"fs-web-server-scaffold": "^1.0.6",
"i": "^0.3.6",
@ -94,7 +87,6 @@
"mini-dynamic-antd-theme": "^0.5.3",
"moment": "^2.22.0",
"npm": "^7.20.6",
"qrcode": "^1.5.1",
"qs": "^6.10.1",
"react-color": "^2.19.3",
"react-router-breadcrumbs-hoc": "^4.0.1",

1
web/routes/attachment/index.js

@ -3,7 +3,6 @@ const request = require('superagent');
const parse = require('async-busboy');
const path = require('path')
const fs = require('fs');
const OSS = require('ali-oss');
const uuid = require('uuid');
const UploadPath = {

Loading…
Cancel
Save