code refactor

This commit is contained in:
MaysWind
2023-05-15 22:35:59 +08:00
parent 6d1610eee0
commit ab26ef64a5
2 changed files with 6 additions and 4 deletions
+4 -2
View File
@@ -1,5 +1,7 @@
const baseUrlPath = '/api';
const baseApiUrlPath = '/api';
const baseProxyUrlPath = '/proxy';
export default {
baseUrlPath: baseUrlPath
baseApiUrlPath: baseApiUrlPath,
baseProxyUrlPath: baseProxyUrlPath
}