Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gic-web
marketing-opeartion
Commits
f1efb8f0
Commit
f1efb8f0
authored
Nov 17, 2021
by
liuchenxi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: request去掉gic前缀
parent
eb762b53
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
operation.js
src/api/operation.js
+1
-1
index.js
src/config/index.js
+1
-2
vue.config.js
vue.config.js
+1
-1
No files found.
src/api/operation.js
View file @
f1efb8f0
...
...
@@ -13,7 +13,7 @@ let api2 = {
getUserInfo
:
'gic-authcenter/loginuser'
};
api1
=
getFetch
(
api1
,
'/
gic-
marketing-operation'
);
api1
=
getFetch
(
api1
,
'/marketing-operation'
);
api2
=
getFetch
(
api2
,
''
);
export
default
{
...
api1
,
...
api2
};
src/config/index.js
View file @
f1efb8f0
...
...
@@ -12,4 +12,4 @@ export const succCode = '0';
// 未登录、登录超时code
export
const
notAuthCode
=
'4002'
;
// 后端请求拦截的标识,用于区分是ajax请求还是页面跳转
export
const
isRequest
=
{
isControl
:
true
};
\ No newline at end of file
export
const
isRequest
=
{
isControl
:
true
};
vue.config.js
View file @
f1efb8f0
...
...
@@ -7,7 +7,7 @@ module.exports = {
overlay
:
{
warnings
:
true
,
errors
:
true
}
,
}
},
configureWebpack
:
config
=>
{
config
.
externals
=
{
...
...
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