This commit is contained in:
2024-04-26 16:24:30 +08:00
parent b8f2360b6d
commit 9b5e6a5ba2
2 changed files with 2 additions and 1 deletions

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.81.59:8080' : 'http://192.168.46.5:8080/hl_nlapp'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.59:8080' : 'http://10.26.138.21:8010'
/**
* App通用配置