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

@@ -23,4 +23,5 @@ For a detailed explanation on how things work, check out the [guide](http://vuej
# 注意事项
+ 高测
+ 生产看板分辨率为 960 * 540
+ 称重看板分辨率为 962 * 541
+ 接口文档地址https://apifox.com/apidoc/shared-7fca569c-0233-402a-92da-74188764d4fc

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通用配置