From fbf29ce56ab07fc26102bd0bf561f4f87754ff11 Mon Sep 17 00:00:00 2001 From: xiangxy Date: Sun, 5 Apr 2026 11:21:46 +0800 Subject: [PATCH] =?UTF-8?q?user.js=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/hdyy/scgl/point-quhuo.vue | 8 ++++---- vuex/modules/user.js | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/hdyy/scgl/point-quhuo.vue b/pages/hdyy/scgl/point-quhuo.vue index 95a654b..dc0216e 100644 --- a/pages/hdyy/scgl/point-quhuo.vue +++ b/pages/hdyy/scgl/point-quhuo.vue @@ -1,6 +1,6 @@ diff --git a/vuex/modules/user.js b/vuex/modules/user.js index 31be126..be402c7 100644 --- a/vuex/modules/user.js +++ b/vuex/modules/user.js @@ -1,8 +1,8 @@ import * as types from '../types' -const baseUrl = process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:8011' : 'http://127.0.0.1:8011' -const acsUrl = process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:8011' : 'http://127.0.0.1:8011' -const printUrl = process.env.NODE_ENV === 'development' ? 'http://127.0.0.1:8011' : 'http://127.0.0.1:8011' +const baseUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.22.11:8011' : 'http://192.168.22.11:8011' +const acsUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.22.11:8011' : 'http://192.168.22.11:8011' +const printUrl = process.env.NODE_ENV === 'development' ? 'http://192.168.22.11:8011' : 'http://192.168.22.11:8011' const state = { baseUrl: uni.getStorageSync('baseUrl') || baseUrl, acsUrl: uni.getStorageSync('acsUrl') || acsUrl,