接入登录

This commit is contained in:
2025-06-19 16:48:26 +08:00
parent 342c482c6c
commit 33ef7f5cdb
6 changed files with 54 additions and 44 deletions

View File

@@ -24,6 +24,6 @@ const config = {
}
// 设置后台接口服务的基础地址
config.baseUrl = 'https://aidex.vip/api';
config.baseUrl = 'http://192.168.0.104:8080';
export default config;