Commit 5a89aac9 authored by xinzhedeai's avatar xinzhedeai

微震招远

parent a7acdf45
# 页面标题 # 页面标题
VUE_APP_TITLE = 厂坝铅锌矿微震监测系统 VUE_APP_TITLE = 玲珑分矿地压及微震在线监测系统(招远)
# 开发环境配置 # 开发环境配置
ENV = 'development' ENV = 'development'
# 厂坝铅锌矿微震监测系统 # 玲珑分矿地压及微震在线监测系统(招远)
# /开发环境 # /开发环境
VUE_APP_BASE_API = '/dev-api' VUE_APP_BASE_API = '/dev-api'
# VUE_APP_BASE_API = '/prod-api' # VUE_APP_BASE_API = '/prod-api'
......
# 页面标题 # 页面标题
VUE_APP_TITLE = 厂坝铅锌矿微震监测系统 VUE_APP_TITLE = 玲珑分矿地压及微震在线监测系统(招远)
# 生产环境配置 # 生产环境配置
......
# 页面标题 # 页面标题
VUE_APP_TITLE = 厂坝铅锌矿微震监测系统 VUE_APP_TITLE = 玲珑分矿地压及微震在线监测系统(招远)
NODE_ENV = production NODE_ENV = production
......
# 厂坝铅锌矿微震监测系统 # 玲珑分矿地压及微震在线监测系统(招远)
#### Description #### Description
......
...@@ -67,7 +67,7 @@ export default { ...@@ -67,7 +67,7 @@ export default {
}, },
data() { data() {
return { return {
title: "厂坝铅锌矿微震监测系统", title: "玲珑分矿地压及微震在线监测系统(招远)",
}; };
}, },
}; };
......
...@@ -433,7 +433,7 @@ Highcharts3D(Highcharts); ...@@ -433,7 +433,7 @@ Highcharts3D(Highcharts);
export default { export default {
data() { data() {
return { return {
screenTitle: "厂坝铅锌矿微震监测系统", screenTitle: "玲珑分矿地压及微震在线监测系统(招远)",
nowDate: "2023-01-01", nowDate: "2023-01-01",
nowTime: "23:59:59", nowTime: "23:59:59",
jxlEquipno: 19, jxlEquipno: 19,
......
...@@ -220,7 +220,7 @@ import ElementUI from "element-ui"; ...@@ -220,7 +220,7 @@ import ElementUI from "element-ui";
Vue.use(ElementUI); Vue.use(ElementUI);
import {drillequTable,tunnelTable,policeEdit,waveForm,wzEvent} from "@/api/query/ym"; import {drillequTable,tunnelTable,policeEdit,waveForm,wzEvent} from "@/api/query/ym";
export default { export default {
dicts: ['microseismequipment'], dicts: ['jcjd'],
name: "Index", name: "Index",
data() { data() {
return { return {
......
<template> <template>
<div class="login" :style="'background-image:url(' + Background + ');'"> <div class="login" :style="'background-image:url(' + Background + ');'">
<div class="headder"> <div class="headder">
<h2>厂坝铅锌矿微震监测系统</h2> <h2>玲珑分矿地压及微震在线监测系统(招远)</h2>
</div> </div>
<div class="logo-place"> <div class="logo-place">
<div class="logo-title">登录窗口</div> <div class="logo-title">登录窗口</div>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
:rules="registerRules" :rules="registerRules"
class="register-form" class="register-form"
> >
<h3 class="title">厂坝铅锌矿微震监测系统</h3> <h3 class="title">玲珑分矿地压及微震在线监测系统(招远)</h3>
<el-form-item prop="username"> <el-form-item prop="username">
<el-input <el-input
v-model="registerForm.username" v-model="registerForm.username"
......
...@@ -7,7 +7,7 @@ function resolve(dir) { ...@@ -7,7 +7,7 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin') const CompressionPlugin = require('compression-webpack-plugin')
const name = '厂坝铅锌矿微震监测系统' // 网页标题 const name = '玲珑分矿地压及微震在线监测系统(招远)' // 网页标题
const port = process.env.port || process.env.npm_config_port || 8080 // 端口 const port = process.env.port || process.env.npm_config_port || 8080 // 端口
...@@ -34,8 +34,9 @@ module.exports = { ...@@ -34,8 +34,9 @@ module.exports = {
open: true, open: true,
proxy: { proxy: {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
target: `http://192.168.0.103:8085/lswz`, // 线上内网 // target: `http://172.16.151.120:8085/lswz`, // 招远线上内网
// target: `http://192.168.3.188:8085/lswz`, // target: `http://192.168.0.103:8085/lswz`, // 甘肃陇南线上内网
target: `http://192.168.3.188:8085/lswz`,
//target: `http://192.168.3.37:8085/lswz`, //target: `http://192.168.3.37:8085/lswz`,
// target: `http://10.50.70.100:8085/lswz`, // target: `http://10.50.70.100:8085/lswz`,
changeOrigin: true, changeOrigin: true,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment