Commit f1efb8f0 by liuchenxi

update: request去掉gic前缀

parent eb762b53
......@@ -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 };
......@@ -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 };
......@@ -7,7 +7,7 @@ module.exports = {
overlay: {
warnings: true,
errors: true
},
}
},
configureWebpack: config => {
config.externals = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment