From 659168c1ca463b00d74f9dead9f85df7ea997aa0 Mon Sep 17 00:00:00 2001 From: 如洲 陈 <1278080563@qq.com> Date: 星期五, 12 九月 2025 19:04:31 +0800 Subject: [PATCH] 出库检和退货检 --- store/index.js | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/store/index.js b/store/index.js index 1a76130..eb32321 100644 --- a/store/index.js +++ b/store/index.js @@ -2,7 +2,7 @@ import Vuex from 'vuex' //寮曞叆vuex鎻掍欢 杩涜鐘舵�佺鐞� -Vue.use(Vuex) +Vue.use(Vuex) const store = new Vuex.Store({ state: { id: 'id', @@ -10,7 +10,8 @@ networkFlag:'鍐呯綉', serverURLInt:'http://10.0.2.2:10054',//鏈嶅姟鍣ㄤ綋妫� 10.0.1.104:10054 serverURL:'http://10.0.2.2:10054',//鏈湴璋冭瘯鍦板潃 - serverAPI:'http://localhost:10054/api',//褰撳墠姝e湪浣跨敤鐨勬湇鍔″櫒,榛樿涓哄缃� localhost + // serverAPI:'http://localhost:10054/api',//褰撳墠姝e湪浣跨敤鐨勬湇鍔″櫒,榛樿涓哄缃� localhost + serverAPI:'http://192.168.1.223:10054/api', } }, mutations: { -- Gitblit v1.9.3