Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-mall
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
吴婷
jinfa-mall
Commits
4a40d77f
Commit
4a40d77f
authored
Mar 04, 2022
by
前端-许佳敏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改网关
parent
e1b2a1fc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
package.json
apps/srm/package.json
+7
-7
No files found.
apps/srm/package.json
View file @
4a40d77f
...
...
@@ -4,8 +4,6 @@
"description"
:
"企业采购"
,
"dependencies"
:
{
"@ant-design/icons"
:
"^4.6.2"
,
"@linkseeks/lingxi-components"
:
"^1.0.0"
,
"@linkseeks/lingxi-utils"
:
"^1.0.0"
,
"@midwayjs/bootstrap"
:
"^2.3.0"
,
"@midwayjs/core"
:
"^2.3.0"
,
"@midwayjs/decorator"
:
"^2.3.0"
,
...
...
@@ -13,15 +11,16 @@
"antd"
:
"^4.15.1"
,
"egg-scripts"
:
"^2.13.0"
,
"js-cookie"
:
"^2.2.1"
,
"@linkseeks/lingxi-components"
:
"^1.0.0"
,
"@linkseeks/lingxi-utils"
:
"^1.0.0"
,
"midway"
:
"^2.3.0"
,
"mobx"
:
"5.13.0"
,
"mobx-react"
:
"6.1.3"
,
"pinyin"
:
"^2.11.0"
,
"qrcode.react"
:
"^1.0.1"
,
"react"
:
"^17.0.2"
,
"react-dom"
:
"^17.0.2"
,
"react-intl"
:
"^5.20.10"
,
"react-router-dom"
:
"^5.1.2"
,
"react-intl"
:
"^5.20.10"
,
"serialize-javascript"
:
"^2.1.2"
,
"umi-request"
:
"^1.3.5"
,
"ykfe-utils"
:
"^3.0.0"
...
...
@@ -31,7 +30,6 @@
"@babel/polyfill"
:
"^7.4.4"
,
"@babel/preset-env"
:
"^7.5.5"
,
"@babel/preset-react"
:
"^7.13.13"
,
"@linkseeks/god-yapi2ts"
:
"^1.0.0"
,
"@midwayjs/cli"
:
"^1.0.0"
,
"@midwayjs/mock"
:
"^2.3.0"
,
"@types/jest"
:
"^26.0.10"
,
...
...
@@ -51,6 +49,8 @@
"egg-proxy"
:
"^1.1.0"
,
"file-loader"
:
"2.0.0"
,
"fs-extra"
:
"^10.0.0"
,
"@linkseeks/god-yapi2ts"
:
"^1.0.0"
,
"less"
:
"^3.9.0"
,
"less-loader"
:
"^4.1.0"
,
"mini-css-extract-plugin"
:
"^0.5.0"
,
...
...
@@ -82,10 +82,10 @@
"stop"
:
"pm2 stop lingxi-mall-srm"
,
"prod:egg"
:
"npm run build && NODE_ENV=production egg-scripts start --daemon --title=lingxi-mall-srm --framework=@midwayjs/web --ts"
,
"start"
:
"yarn getLocale && concurrently
\"
npm run ssr
\"
\"
npm run csr
\"
"
,
"ssr"
:
"concurrently
\"
cross-env app=srm NODE_ENV=development SOCKET_URL=ws://
10.0.0.17 BACK_GATEWAY=http://10.0.0.17:810
0 midway-bin dev --ts --entryFile=bootstrap.js
\"
\"
cross-env NODE_ENV=development webpack --watch --config ./build/webpack.config.server.js
\"
"
,
"ssr"
:
"concurrently
\"
cross-env app=srm NODE_ENV=development SOCKET_URL=ws://
mjsrm-gateway-test.shushangyun.com:12880 BACK_GATEWAY=http://mjsrm-gateway-test.shushangyun.com:1288
0 midway-bin dev --ts --entryFile=bootstrap.js
\"
\"
cross-env NODE_ENV=development webpack --watch --config ./build/webpack.config.server.js
\"
"
,
"csr"
:
"cross-env app=srm NODE_ENV=development FE_PORT=6018 ykcli dev"
,
"build"
:
"midway-bin build -c && npm run build:ssr && npm run build:csr"
,
"build:ssr"
:
"cross-env app=srm NODE_ENV=production BACK_GATEWAY=http://
10.0.0.17:810
0 webpack --config ./build/webpack.config.server.js"
,
"build:ssr"
:
"cross-env app=srm NODE_ENV=production BACK_GATEWAY=http://
mjsrm-gateway-test.shushangyun.com:1288
0 webpack --config ./build/webpack.config.server.js"
,
"build:csr"
:
"cross-env app=srm NODE_ENV=production ykcli build"
,
"getLocale"
:
"cross-env app=srm node ../../scripts/genarateLocales.js"
},
...
...
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