This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
FumaoPublic
/
boxB
Watch
7
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
【线上接口拦截设置】
master
GL
4 years ago
parent
f3515c2b84
commit
a1d0111a02
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
src/services/utils.js
+ 2
- 1
src/services/utils.js
View File
@@ -24,8 +24,9 @@ export function autoMatch (prefix) {
// default:
// baseUrl = window.LOCAL_CONFIG.default;
// }
baseUrl = `
/${prefix || 'fumao'}
`;
baseUrl = `
https://bh5test.malls.iformall.com/B
`;
}
return baseUrl;
}
Write
Preview
Loading…
Cancel
Save