no message

This commit is contained in:
蔡玲
2024-10-24 11:08:07 +08:00
parent c4aa7d4266
commit 1706227b40

View File

@@ -1,7 +1,7 @@
import * as types from '../types' import * as types from '../types'
import { getStore, setStore } from '@js/mUtils.js' import { getStore, setStore } from '@js/mUtils.js'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.10.52:8018' : 'http://192.168.10.52:8018' const baseUrl = process.env.NODE_ENV === 'development' ? 'http://localhost:8010' : 'http://localhost:8010'
/** /**
* App通用配置 * App通用配置
*/ */