Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
H
h5-base
Project
Project
Details
Activity
Releases
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
new-sing
h5-base
Commits
4147f755
Commit
4147f755
authored
Oct 08, 2018
by
wangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
配置修改
parent
af5feddd
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
7 deletions
+4
-7
dev.env.js
config/dev.env.js
+1
-1
test.env.js
config/test.env.js
+2
-5
manifest.2e70dcd4c01e9f74f3be.js.map
dist/static/js/manifest.2e70dcd4c01e9f74f3be.js.map
+1
-1
No files found.
config/dev.env.js
View file @
4147f755
...
...
@@ -8,6 +8,6 @@ module.exports = merge(prodEnv, {
MAX_FILESIZE
:
'1024*1024*10'
,
IMAGE_URL_HEAD
:
'"http://cdn.singsingenglish.com/"'
,
BUY_URL
:
'"http://wechat.test.singsingenglish.com/#/buyDetail?"'
,
AUTHOR_UEL
:
'"http://wechat
.test.singsi
ngenglish.com/api/client/login?redirect_url=http://192.168.31.217:8085/#"'
,
AUTHOR_UEL
:
'"http://wechat
-test.changcha
ngenglish.com/api/client/login?redirect_url=http://192.168.31.217:8085/#"'
,
REDIRECT_URL
:
'"http://localhost:8085/"'
,
});
config/test.env.js
View file @
4147f755
'use strict'
;
const
merge
=
require
(
'webpack-merge'
);
const
prodEnv
=
require
(
'./dev.env'
);
module
.
exports
=
merge
(
prodEnv
,
{
module
.
exports
=
{
NODE_ENV
:
'"testing"'
,
IMAGE_URL_HEAD
:
'"http://cdn.singsingenglish.com/"'
,
API_URL
:
'"/"'
,
MAX_FILESIZE
:
'1024*1024*10'
,
BUY_URL
:
'"http://wechat-test.changchangenglish.com/#/buyDetail?"'
,
AUTHOR_UEL
:
'"http://wechat-test.changchangenglish.com/api/client/login?redirect_url=http://wechat-test.changchangenglish.com"'
}
)
;
};
dist/static/js/manifest.2e70dcd4c01e9f74f3be.js.map
View file @
4147f755
This diff is collapsed.
Click to expand it.
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