From 4b84492a942504698dc50423947b9b7db43bc2b6 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期五, 15 十二月 2023 00:22:00 +0800 Subject: [PATCH] modified: src/views/common/qrCodeApp.vue modified: src/views/quality/rawMaterial/rawMaterial-form.vue --- vue.config.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vue.config.js b/vue.config.js index b7a1bd1..bc6b653 100644 --- a/vue.config.js +++ b/vue.config.js @@ -4,13 +4,13 @@ */ -const url = 'http://192.168.2.7:9999' -// const url = 'http://192.168.32.45:9999' +// const url = 'http://192.168.2.7:9999' +const url = 'http://192.168.32.45:9999' //const url = 'http://192.168.2.7:9999' //const url = 'http://192.168.32.45:9999' // const url = 'http://192.168.0.23:9999' -const url = 'http://localhost:9999' +// const url = 'http://localhost:9999' const localUrl = 'http://localhost:8089' -- Gitblit v1.9.3