From e9202517187eeb140f952ec92392cf86f7b04d09 Mon Sep 17 00:00:00 2001 From: liushiwei <499672082@qq.com> Date: Wed, 30 Oct 2024 19:53:17 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 2 +- src/manifest.production.json | 2 +- src/store/index.js | 2 +- src/view/lables/Print.vue | 3 +-- src/view/lables/Template.vue | 8 ++++++-- 5 files changed, 10 insertions(+), 7 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index 030265f..2c87fbb 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -4,7 +4,7 @@ import store from '@/store' var instance = axios.create({ - baseURL: process.env.NODE_ENV === 'production' ? 'http://124.71.2.127:8888' : 'http://124.71.2.127:10248', + baseURL: process.env.NODE_ENV === 'production' ? 'http://124.71.2.127:10248' : 'http://124.71.2.127:10248', timeout: 50000, validateStatus: function (status) { return status < 500 diff --git a/src/manifest.production.json b/src/manifest.production.json index eb45d4d..2083464 100644 --- a/src/manifest.production.json +++ b/src/manifest.production.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "TEMU助手", "description": "TEMU助手 - 自动化提高生产效率", - "version": "3.3.1", + "version": "3.4.0", "background": { "service_worker": "/background.js" }, diff --git a/src/store/index.js b/src/store/index.js index 8cfcb72..4d1f521 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -70,7 +70,7 @@ export default new Vuex.Store({ resolve(res.data) } }) - this.getLabelInfo() + // this.getLabelInfo() }) }, diff --git a/src/view/lables/Print.vue b/src/view/lables/Print.vue index 8b84cfc..93e863c 100644 --- a/src/view/lables/Print.vue +++ b/src/view/lables/Print.vue @@ -9,8 +9,7 @@