From 791e5e45d539f53025f9a7ac407b36cb5ed4f6d5 Mon Sep 17 00:00:00 2001 From: xy <271556543@qq.com> Date: Mon, 9 Sep 2024 15:07:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A2=E6=88=B7=E6=90=9C=E7=B4=A2=E5=85=B3?= =?UTF-8?q?=E9=94=AE=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/config.js | 4 ++-- pages/order/addOrder.vue | 9 +++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/common/config.js b/common/config.js index 3d5de5a..a945e88 100644 --- a/common/config.js +++ b/common/config.js @@ -3,8 +3,8 @@ const mode = process.env.NODE_ENV; let ROOTPATH = ''; //域名 switch (mode) { case 'development': - ROOTPATH = "http://sstt.ali251.langye.net" - // ROOTPATH = "https://sstt.115.langye.net" + ROOTPATH = "http://sstt.ali251.langye.net" + //ROOTPATH = "https://sstt.115.langye.net" break; case 'production': ROOTPATH = "https://sstt.115.langye.net" diff --git a/pages/order/addOrder.vue b/pages/order/addOrder.vue index 4a27772..5e21452 100644 --- a/pages/order/addOrder.vue +++ b/pages/order/addOrder.vue @@ -21,11 +21,11 @@