From 155f2b80f2a9b6f900c73f6e4461e9cebb7cd028 Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期二, 10 十月 2023 17:12:20 +0800 Subject: [PATCH] # --- main.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/main.js b/main.js index afc6b08..9770a12 100644 --- a/main.js +++ b/main.js @@ -3,6 +3,7 @@ // #ifndef VUE3 import Vue from 'vue' Vue.config.productionTip = false +Vue.prototype.baseUrl = 'http://192.168.4.188:9528' App.mpType = 'app' const app = new Vue({ ...App -- Gitblit v1.9.1