Commit 222b8962 authored by 前端-许佳敏's avatar 前端-许佳敏

chore: 修改依赖来源为外网

parent 3c2f037d
registry="http://10.0.0.19:4873"
registry="http://npm.shushangyun.com"
# registry = "https://registry.npmjs.org/"
......@@ -64,8 +64,8 @@ const config: any = {
],
[
'import',
{ libraryName: 'god', libraryDirectory: 'es', style: true },
'god',
{ libraryName: '@linkseeks/god', libraryDirectory: 'es', style: true },
'@linkseeks/god',
],
[
'import',
......@@ -100,6 +100,9 @@ const config: any = {
logLevel: 'info',
defaultSizes: 'parsed', // stat // gzip
},
plugins: [
"@linkseeks/umi-plugin-yapi"
],
inlineLimit: 10000,
// chunks: isProduction && ['styles', 'vendors', 'umi', 'services'],
chainWebpack: function(config, { webpack }) {
......
......@@ -69,7 +69,10 @@
"@linkseeks/design-core": "^1.0.0",
"@linkseeks/design-react": "^1.0.0",
"@linkseeks/design-react-web": "^1.0.0",
"@linkseeks/design-ui": "^1.0.5",
"@linkseeks/design-ui": "^1.0.0",
"@linkseeks/babel-plugin-yapi-import": "^1.0.0",
"@linkseeks/umi-plugin-yapi": "1.0.1",
"@linkseeks/god": "^1.0.0",
"@turf/turf": "^6.4.0",
"@types/crypto-js": "^4.0.1",
"@types/js-cookie": "^2.2.6",
......@@ -81,14 +84,12 @@
"antd-dayjs-webpack-plugin": "^1.0.6",
"antd-img-crop": "^3.12.0",
"babel-plugin-lodash": "^3.3.4",
"babel-plugin-yapi-import": "1.0.4",
"bignumber.js": "^9.0.1",
"bizcharts": "^4.1.10",
"braft-editor": "^2.3.9",
"copy-to-clipboard": "^3.3.1",
"crypto-js": "^4.0.0",
"dayjs": "^1.10.7",
"god": "0.2.17",
"immutability-helper": "^3.1.1",
"js-cookie": "^2.2.1",
"lint-staged": "^10.0.7",
......@@ -114,7 +115,6 @@
"sortablejs": "^1.12.0",
"typescript": "^4.1.0",
"umi": "3.5.20",
"umi-plugin-yapi": "1.7.0",
"video-react": "^0.14.1",
"yorkie": "^2.0.0"
},
......@@ -137,8 +137,8 @@
"express": "^4.17.1",
"fs-extra": "^9.0.1",
"glob": "^7.1.6",
"god-upload-scp": "1.0.1",
"god-yapi2ts": "1.11.0",
"@linkseeks/god-upload-scp": "^1.0.0",
"@linkseeks/god-yapi2ts": "^1.0.0",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"hard-source-webpack-plugin": "^0.13.1",
......
......@@ -5,7 +5,7 @@
const git = require('gulp-git')
const Logs = require('./utils/log')
const cmd = require('node-cmd')
const scpRun = require('god-upload-scp')
const scpRun = require('@linkseeks/god-upload-scp')
const connectSSH = (done) => {
const sshInfo = JSON.parse(process.env.ssh)
......
......@@ -36,4 +36,4 @@ export const AuthUrl = (btnCode: string, menuCode: string) => {
continue
}
return false
}
\ No newline at end of file
}
......@@ -2,7 +2,7 @@ import React, { useEffect, useRef, useState } from 'react'
import { Row, Input, Col, Button, Result, message, Modal } from 'antd';
import useCountDown from '@/utils/hooks';
import godEvent from '@/utils/event'
import { RiskCheck } from 'god';
import { RiskCheck } from '@linkseeks/god';
import { decryptedByAES, encryptedByAES } from '@/utils/cryptoAes';
import { getMemberCaptcha, getMemberRegisterPhoneCheck, postMemberRegisterPswSms, postMemberRegisterSms } from '@/services/MemberV2Api';
import { useIntl } from 'umi';
......
import React, { useState } from 'react'
import { Tag, Row } from 'antd'
import { useFormEffects, ISchemaFieldComponentProps } from '@formily/antd'
import { RiskCheck } from 'god'
import { RiskCheck } from '@linkseeks/god'
const SliderValidate = (props: ISchemaFieldComponentProps) => {
const { value = [], mutators } = props
......@@ -24,4 +24,4 @@ SliderValidate.defaultProps = {}
SliderValidate.isFieldComponent = true;
export default SliderValidate
\ No newline at end of file
export default SliderValidate
import React, { ReactText, useRef, useEffect } from 'react'
import { StandardTable } from 'god'
import { StandardTable } from '@linkseeks/god'
import NestTable from '@/components/NestTable'
import { IStandardTableProps } from 'god/dist/src/standard-table'
import { Row, Col, Drawer, Button, Input } from 'antd'
......
......@@ -20,7 +20,7 @@ import {
Card,
Tag,
} from 'antd';
import { IntegrateTree } from 'god';
import { IntegrateTree } from '@linkseeks/god';
import { history, useIntl, getIntl } from 'umi';
import { historyContainer } from '@/hooks/useHistoryContainer';
import NiceForm from '@/components/NiceForm';
......
......@@ -3,7 +3,7 @@ import { Badge, Popconfirm, Button } from 'antd';
import { getIntl, history } from 'umi';
import { CheckCircleOutlined } from '@ant-design/icons';
import { ColumnType } from 'antd/lib/table/interface';
import { StandardTable } from 'god';
import { StandardTable } from '@linkseeks/god';
import { GlobalConfig } from '@/global/config'
import { formatTimeString } from '@/utils'
......
......@@ -3,7 +3,7 @@ import { Badge, Popconfirm, Button } from 'antd';
import { getIntl, history } from 'umi';
import { CheckCircleOutlined } from '@ant-design/icons';
import { ColumnType } from 'antd/lib/table/interface';
import { StandardTable } from 'god';
import { StandardTable } from '@linkseeks/god';
import { GlobalConfig } from '@/global/config'
import { formatTimeString } from '@/utils'
......
......@@ -3,7 +3,7 @@ import { Badge, Popconfirm, Button } from 'antd';
import { getIntl, history, Link } from 'umi';
import { CheckCircleOutlined } from '@ant-design/icons';
import { ColumnType } from 'antd/lib/table/interface';
import { StandardTable } from 'god';
import { StandardTable } from '@linkseeks/god';
import { GlobalConfig } from '@/global/config'
import { formatTimeString } from '@/utils'
......
......@@ -2,7 +2,7 @@ import React, { useRef, ReactNode } from 'react'
import { history, useIntl } from 'umi'
import { Button, Card } from 'antd'
import { PageHeaderWrapper } from '@ant-design/pro-layout'
import { StandardTable } from 'god'
import { StandardTable } from '@linkseeks/god'
import { ColumnType } from 'antd/lib/table/interface'
import moment from 'moment'
import EyePreview from '@/components/EyePreview'
......
......@@ -2,7 +2,7 @@ import React, { ReactNode, useMemo, useRef } from 'react'
import { history, useIntl } from 'umi'
import { Button, Card } from 'antd'
import { PageHeaderWrapper } from '@ant-design/pro-layout'
import { StandardTable } from 'god'
import { StandardTable } from '@linkseeks/god'
import { ColumnType } from 'antd/lib/table/interface'
import moment from 'moment'
import EyePreview from '@/components/EyePreview'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment