no message

This commit is contained in:
蔡玲
2024-11-12 19:28:54 +08:00
parent 9928b68d7f
commit 85c9e3216b

View File

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