Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
op-web-service
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
bp
op-web-service
Commits
6a7a6fc4
Commit
6a7a6fc4
authored
Jun 22, 2021
by
mengwenhao
Browse files
Options
Browse Files
Download
Plain Diff
update:commit rebase
parents
9802d88b
ef29ac84
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
11 deletions
+3
-11
config.js
server/config.js
+3
-10
index.vue
src/pages/Goods/List/index.vue
+0
-1
No files found.
server/config.js
View file @
6a7a6fc4
const
env
=
process
.
env
.
NODE_ENV
||
"development"
;
const
port
=
process
.
env
.
PORT
||
8055
;
const
LOGIN_URI
=
{
development
:
"http://bp-test.ini.yidian-inc.com "
,
test
:
"http://web-rest.int.yidian-inc.com"
,
production
:
"http://web-rest.int.yidian-inc.com"
};
const
PANDORA_URI
=
{
development
:
"http://pandora.yidian-inc.com"
,
test
:
"http://pandora.yidian-inc.com"
,
...
...
@@ -14,9 +8,9 @@ const PANDORA_URI = {
};
const
API_INTERNAL_URI
=
{
development
:
"http://bp-test.ini.yidian-inc.com"
,
test
:
"http://bp-test.ini.yidian-inc.com"
,
production
:
"http://bp-test.ini.yidian-inc.com"
'development'
:
"http://bp-test.ini.yidian-inc.com"
,
'test'
:
"http://bp-test.ini.yidian-inc.com"
,
'production'
:
"http://bp-test.ini.yidian-inc.com"
};
const
GOODS_URI
=
{
...
...
@@ -34,7 +28,6 @@ const IDGEN_URI = {
module
.
exports
=
{
env
:
env
,
port
:
port
,
LOGIN_URI
:
LOGIN_URI
[
env
],
API_INTERNAL_URI
:
API_INTERNAL_URI
[
env
],
PANDORA_URI
:
PANDORA_URI
[
env
],
IDGEN_URI
:
IDGEN_URI
[
env
],
...
...
src/pages/Goods/List/index.vue
View file @
6a7a6fc4
...
...
@@ -17,7 +17,6 @@
<!-- 所属分类 -->
<el-form-item
label=
"所属分类"
>
<el-cascader
@
change=
"handleChange"
:options=
"labelOptions"
:props=
"cascaderProps"
collapse-tags
...
...
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