Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
max_android_panel
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhang Xin
max_android_panel
Commits
10b4be4c
Commit
10b4be4c
authored
May 16, 2019
by
刘珅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新版本
parent
ab0bedb7
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
3 deletions
+8
-3
client/env/preprod.js
+5
-0
package.json
+3
-3
No files found.
client/env/preprod.js
0 → 100644
View file @
10b4be4c
module
.
exports
=
{
domain
:
'https://preprod.mjitech.com/web/'
,
uploadImg
:
"https://preprod.mjitech.com/static/uploadTrouble"
}
\ No newline at end of file
package.json
View file @
10b4be4c
...
...
@@ -7,9 +7,9 @@
"scripts"
:
{
"test"
:
"echo
\"
Error: no test specified
\"
&& exit 1"
,
"clean"
:
"rm -rf static/*"
,
"start"
:
"cross-env NODE_ENV=development PAD_ENV=development webpack-dev-server --version=2.0.
3
--env=dev -d --history-api-fallback --hot --inline --progress --colors --port 6999 --host 0.0.0.0"
,
"build"
:
"cross-env NODE_ENV=production PAD_ENV=production webpack --env=build --version=2.0.
3
--progress --color"
,
"preprod"
:
"cross-env NODE_ENV=production PAD_ENV=preprod webpack --env=build --version=2.0.
3
--progress --color"
,
"start"
:
"cross-env NODE_ENV=development PAD_ENV=development webpack-dev-server --version=2.0.
4
--env=dev -d --history-api-fallback --hot --inline --progress --colors --port 6999 --host 0.0.0.0"
,
"build"
:
"cross-env NODE_ENV=production PAD_ENV=production webpack --env=build --version=2.0.
4
--progress --color"
,
"preprod"
:
"cross-env NODE_ENV=production PAD_ENV=preprod webpack --env=build --version=2.0.
4
--progress --color"
,
"build:prod"
:
"cross-env NODE_ENV=development webpack --env=build --progress --color"
},
"author"
:
""
,
...
...
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