Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
web-tool
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
tool
web-tool
Commits
6493f25b
Commit
6493f25b
authored
Jul 31, 2023
by
xinglei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*)删除多余数据
parent
39770008
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
32 deletions
+5
-32
package.json
package.json
+2
-0
webpack.config.sdk.mf.js
website/webpack.config.sdk.mf.js
+3
-32
No files found.
package.json
View file @
6493f25b
...
@@ -19,6 +19,8 @@
...
@@ -19,6 +19,8 @@
"===="
:
"==split=="
,
"===="
:
"==split=="
,
"reset"
:
"npm run cleanAll && npm run i:root && npm run link"
,
"reset"
:
"npm run cleanAll && npm run i:root && npm run link"
,
"reset:start"
:
"npm run i:root && npm run link && npm run mf:copy && npm run umd:copy"
,
"reset:start"
:
"npm run i:root && npm run link && npm run mf:copy && npm run umd:copy"
,
"build:sdk"
:
"lerna exec --scope website -- npm run sdk"
,
"build:sdkmf"
:
"lerna exec --scope website -- npm run sdk:mf"
,
"start:gtool"
:
"lerna exec --scope @gm/graphmod-tool -- npm start"
,
"start:gtool"
:
"lerna exec --scope @gm/graphmod-tool -- npm start"
,
"build:gtool"
:
"lerna exec --scope @gm/graphmod-tool -- npm run build"
"build:gtool"
:
"lerna exec --scope @gm/graphmod-tool -- npm run build"
},
},
...
...
website/webpack.config.sdk.mf.js
View file @
6493f25b
...
@@ -12,38 +12,9 @@ const { configs } = require('./src/config');
...
@@ -12,38 +12,9 @@ const { configs } = require('./src/config');
const
mfInfo
=
getMfConfigInfo
(
'..'
);
const
mfInfo
=
getMfConfigInfo
(
'..'
);
const
umdRc
=
getRCConfigInfo
(
'umd'
,
'..'
);
const
umdRc
=
getRCConfigInfo
(
'umd'
,
'..'
);
// 指标数据指标 mf entry
// Atapter工具库
// const mfEntry = './src/idx.js';
const
mfEntry
=
'./src/tool.js'
;
// const vname = 'lib/idx_v1.0.0.0';
const
vname
=
'lib/atl_v1.0.0.0'
;
// 安全风险模型
const
mfEntry
=
'./src/mcb.js'
;
const
vname
=
'lib/mcb_risk_v1.0.0.0'
;
// 知识库 mf entry
// const mfEntry = './src/knowledge.js';
// const vname = 'lib/knowledgesxs_v1.0.1.4';
// 换流站 mf entry
// const mfEntry = './src/station.js';
// 机场119 mf entry
// const mfEntry = './src/jcs119.js';
// const vname = 'lib/jcs_119_v1.0.0.0';
// 机场消防管理 mf entry
// const mfEntry = './src/jcs.js';
// const vname = 'lib/jcs_v1.0.0.0';
// 机场消防管理 mf entry
// const mfEntry = './src/command.js';
// const vname = 'lib/command_v1.0.0.0';
// 江西电建 mf entry
// const mfEntry = './src/precontrol.js';
// const vname = 'lib/precontrol_v1.0.9.1';
// const mfEntry = './src/tzs.js';
// const vname = 'lib/tzs_v1.0.0.0';
// const mfEntry = './src/ccs.js';
// const vname = 'lib/ccs_v1.0.0.1';
const
mfOption
=
{
const
mfOption
=
{
name
:
'amosgm'
,
name
:
'amosgm'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment