From 9b5e6a5ba22cde40540adb57c4f3d80d9a0dba57 Mon Sep 17 00:00:00 2001 From: caill <815519168@qq.com> Date: Fri, 26 Apr 2024 16:24:30 +0800 Subject: [PATCH] url --- README.md | 1 + src/vuex/modules/com.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b4cfc4..bb3a27f 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/src/vuex/modules/com.js b/src/vuex/modules/com.js index e1e0d3f..538485c 100644 --- a/src/vuex/modules/com.js +++ b/src/vuex/modules/com.js @@ -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通用配置