From aac36c367b9e722656a1e46f8928af643fd073e6 Mon Sep 17 00:00:00 2001 From: dhy1725534722 <1725534722@qq.com> Date: Wed, 17 Jan 2024 13:19:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- src/views/privateOrder/security/components/mock.js | 8 ++++---- vue.config.js | 1 + 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.env.development b/.env.development index a5b0413..ba15f82 100644 --- a/.env.development +++ b/.env.development @@ -5,6 +5,6 @@ ENV = 'development' VUE_APP_BASE_API = '/dashboard' # VUE_APP_BASE_API2 = 'http://39.101.188.84:9027' -# VUE_APP_BASE_API2 = 'http://localhost:9035' -VUE_APP_BASE_API2 = 'http://39.101.188.84:9035' +VUE_APP_BASE_API2 = 'http://localhost:9035' +# VUE_APP_BASE_API2 = 'http://39.101.188.84:9035' BASE_API = 'http://10.10.3.35:9070' diff --git a/src/views/privateOrder/security/components/mock.js b/src/views/privateOrder/security/components/mock.js index edbab92..05ed977 100644 --- a/src/views/privateOrder/security/components/mock.js +++ b/src/views/privateOrder/security/components/mock.js @@ -97,10 +97,10 @@ const xitongjianceKeyValue = [ value: "systemUrl", width: 450, }, - { - name: "IP地址", - value: "sysyemIp", - }, + // { + // name: "IP地址", + // value: "sysyemIp", + // }, // { // name: "采用端口", // value: "portName", diff --git a/vue.config.js b/vue.config.js index e4ce4e5..84a96c2 100644 --- a/vue.config.js +++ b/vue.config.js @@ -27,6 +27,7 @@ module.exports = { */ // publicPath: './', publicPath: "/tczzbig/", + // publicPath: "/demo/tczzbig/", outputDir: "dist", assetsDir: "static", lintOnSave: process.env.NODE_ENV === "development",