From 30f1c73d3338c7c61a6a0f8cc04b26a8cb1f66be Mon Sep 17 00:00:00 2001
From: whycq <123456>
Date: 星期二, 20 九月 2022 12:58:47 +0800
Subject: [PATCH] #
---
Monitor-APP/pages/index/index.vue | 3 +++
Monitor-APP/main.js | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/Monitor-APP/main.js b/Monitor-APP/main.js
index b1f5f29..bd81521 100644
--- a/Monitor-APP/main.js
+++ b/Monitor-APP/main.js
@@ -4,7 +4,7 @@
import Vue from 'vue'
Vue.config.productionTip = false
Vue.prototype.baseHttp = 'http://'
-Vue.prototype.baseUrl = '/jkwcs'
+Vue.prototype.baseUrl = '/bfwcs'
App.mpType = 'app'
const app = new Vue({
...App
diff --git a/Monitor-APP/pages/index/index.vue b/Monitor-APP/pages/index/index.vue
index 86ad6ce..dca538d 100644
--- a/Monitor-APP/pages/index/index.vue
+++ b/Monitor-APP/pages/index/index.vue
@@ -485,6 +485,7 @@
},
method:'GET',
success(result) {
+ // console.log(result);
res = result.data
if (res.data && res.data !== "") {
that.errorMsg = res.data
@@ -514,6 +515,7 @@
},
method:'GET',
success(result) {
+ console.log(result);
res = result.data
if(res.data && res.data !== null) {
// that.move = false
@@ -579,6 +581,7 @@
url: that.commonUrl + "/monitor/line/charts",
method:'GET',
success(result) {
+ // console.log(result)
var res = result.data
if (res.code === 200) {
that.chartsData.Line.categories = [
--
Gitblit v1.9.1