feat: 更改后端端口配置

This commit is contained in:
chenjinsong
2023-10-09 17:01:28 +08:00
parent 8cc6edbdd4
commit ccec756baa

View File

@@ -1,5 +1,5 @@
const BASE_CONFIG = {
baseUrl: 'http://192.168.44.54:8091/',
version: '23.06',
baseUrl: 'http://192.168.44.54:8092/',
version: '23.10',
apiVersion: 'v1'
}