鏇存柊浠g爜

This commit is contained in:
指尖-仓库管理3号
2025-11-27 09:57:00 +08:00
parent 0dbbf978d3
commit bc15e32286
73 changed files with 214 additions and 79 deletions

View File

@@ -1,7 +1,7 @@
// 配置文件
export const config = {
// 基础API地址
apiBaseUrl: '/myapi',
apiBaseUrl: 'http://test.xyz/myapi',
};
export const appName = '司机端';
@@ -11,5 +11,5 @@ export const driverInfo = null;
export default {
config,
appName,
driverInfo,
driverInfo,
};