This commit is contained in:
MeSHard
2025-11-14 17:23:25 +08:00
commit 0dbbf978d3
507 changed files with 43048 additions and 0 deletions

15
common/config.js Normal file
View File

@@ -0,0 +1,15 @@
// 配置文件
export const config = {
// 基础API地址
apiBaseUrl: '/myapi',
};
export const appName = '司机端';
export const driverInfo = null;
export default {
config,
appName,
driverInfo,
};