Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
merchant-manage-ui
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
ui
merchant-manage-ui
Commits
dc58841a
Commit
dc58841a
authored
Mar 23, 2022
by
张子雨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 删除多余代码
parent
a9e8af17
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
5 deletions
+2
-5
env.config.js
config/env.config.js
+2
-2
service.js
src/pages/GoodsManage/service.js
+0
-3
No files found.
config/env.config.js
View file @
dc58841a
...
@@ -5,8 +5,8 @@ const envAPi = {
...
@@ -5,8 +5,8 @@ const envAPi = {
api
:
'
//backstms-gyl2.liangkebang.net
'
,
api
:
'
//backstms-gyl2.liangkebang.net
'
,
kdspOpApi
:
'
https://kdsp-operation-gyl2.liangkebang.net
'
,
kdspOpApi
:
'
https://kdsp-operation-gyl2.liangkebang.net
'
,
kdspApi
:
'
https://sc-op-api-gyl2.liangkebang.net
'
,
kdspApi
:
'
https://sc-op-api-gyl2.liangkebang.net
'
,
goodsApi
:
'
https://sc-op-api-gyl2.liangkebang.net
'
,
//
goodsApi: 'https://sc-op-api-gyl2.liangkebang.net',
//
goodsApi: '//192.168.28.107:7000',
goodsApi
:
'
//192.168.28.107:7000
'
,
prologueDomain
:
'
https://mall-gyl2.liangkebang.net
'
,
prologueDomain
:
'
https://mall-gyl2.liangkebang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
qiniuHost
:
'
https://appsync.lkbang.net
'
,
opapiHost
:
'
https://opapi-gyl2.liangkebang.net
'
,
opapiHost
:
'
https://opapi-gyl2.liangkebang.net
'
,
...
...
src/pages/GoodsManage/service.js
View file @
dc58841a
...
@@ -151,9 +151,6 @@ export async function getVirtualCategory() {
...
@@ -151,9 +151,6 @@ export async function getVirtualCategory() {
// 查询商品属性列表
// 查询商品属性列表
export
async
function
specList
()
{
export
async
function
specList
()
{
// return request.get('/mock/389/product/spec', {
// prefix: 'http://yapi.quantgroups.com',
// })
return
request
.
get
(
'
/product/api/merchant/spec
'
,
{
return
request
.
get
(
'
/product/api/merchant/spec
'
,
{
prefix
:
goodsApi
,
prefix
:
goodsApi
,
});
});
...
...
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