盘点管理详情信息

This commit is contained in:
2023-01-06 15:05:29 +08:00
parent 79daa70791
commit 923c8d5baa
5 changed files with 174 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
import * as types from '../types'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.81.198:8010' : 'http://localhost:8010'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.90:8010' : 'http://localhost:8010'
const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
setTime: uni.getStorageSync('setTime') || 5000,