This commit is contained in:
chengdandan 2026-01-13 10:51:38 +08:00
parent 93979549ad
commit b58592db80
6 changed files with 5298 additions and 5800 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -306,10 +306,16 @@ window.config = {
39: { 39: {
taskList: [], taskList: [],
}, },
40: { // 40: {
// taskList: [
// { id: '1', name: '开' },
// { id: '0', name: '关' },
// ],
// },
40: {
taskList: [ taskList: [
{ id: '1', name: '开' }, { id: '1', name: '启动' },
{ id: '0', name: '关' }, { id: '0', name: '停止' },
], ],
}, },
41: { 41: {

View File

@ -7,7 +7,13 @@ Vue.use(VueRouter)
const routes = [ const routes = [
{ {
path: '/',
//name: 'layout',
component: Layout,
children: [
{
path: '/login', path: '/login',
name: 'login', name: 'login',
meta: { meta: {
@ -15,12 +21,7 @@ const routes = [
showMenu: false, showMenu: false,
}, },
component: () => import('@/views/login/index.vue') component: () => import('@/views/login/index.vue')
}, },{
{
path: '/',
//name: 'layout',
component: Layout,
children: [{
path: '/home', // path: '/home', //
name: 'home', name: 'home',
meta: { meta: {

View File

@ -500,23 +500,28 @@ export default {
}, },
pileNumMap: { pileNumMap: {
1: { 1: {
left: 'K30+600', // left: 'K30+600',
right: 'K34+800', // right: 'K34+800',
left: 'K33+327',
right: 'K37+527',
// length1: '4000', // length1: '4000',
// length2: '2616', // length2: '2616',
length1: '2616', length1: '2616',
length2: '2606', length2: '2606',
width: 3436, width: 5000,
pileNumData: ['K31+294', 'K33+916'], pileNumData: ['K33+747', 'K37+107'],
n: 10,
}, },
2: { 2: {
left: 'K58+176', // left: 'K58+176',
right: 'K60+976', // right: 'K60+976',
// length1: '2800', left: 'K60+903',
length1: '2200', right: 'K63+703',
length1: '2200',
length2: '2200', length2: '2200',
width: 3436, width: 5000,
pileNumData: ['K58+476', 'K60+676'], pileNumData: ['K61+203', 'K63+403'],
n: 10,
}, },
// 1: { // 1: {
// left: 'K9+720', // left: 'K9+720',

File diff suppressed because it is too large Load Diff

View File

@ -15,10 +15,12 @@ module.exports = {
// target: 'http://link.ser99.vip:8080/zhongkai', // target: 'http://link.ser99.vip:8080/zhongkai',
// target: 'http://65.73.11.246:7774', // target: 'http://65.73.11.246:7774',
// target: 'http://172.16.1.155:8009', // target: 'http://172.16.1.155:8009',
target: 'http://172.16.1.103:8084', // target: 'http://172.16.1.103:8009',
// target: 'http://172.16.1.162:8233', // target: 'http://172.16.1.162:8233',
// target: 'http://192.168.13.138:8233', // target: 'http://192.168.13.138:8233',
// target: 'http://172.16.1.113:8012', // target: 'http://172.16.1.113:8012',
// target: 'http://172.16.1.131:8009',
target: 'http://172.16.1.148:8009',
ws: true, ws: true,
https: true, https: true,
pathRewrite: { pathRewrite: {
@ -29,7 +31,9 @@ module.exports = {
//集采 //集采
// target: 'http://65.73.11.246:8083', // target: 'http://65.73.11.246:8083',
// target: 'http://172.16.1.155:8080', // target: 'http://172.16.1.155:8080',
target: 'http://172.16.1.103:8084', // target: 'http://172.16.1.103:8083',
// target: 'http://172.16.1.131:8084',
target: 'http://172.16.1.148:8084',
ws: true, ws: true,
https: true, https: true,
pathRewrite: { pathRewrite: {
@ -39,8 +43,9 @@ module.exports = {
'/iotApi': { '/iotApi': {
//平台 //平台
// target: 'http://65.73.11.246:8090', // target: 'http://65.73.11.246:8090',
// target: 'http://172.16.1.155:8080', target: 'http://172.16.1.148:8080',
target: 'http://172.16.1.103:8080', // target: 'http://172.16.1.103:8080',
// target: 'http://172.16.1.131:8080',
ws: true, ws: true,
https: true, https: true,
pathRewrite: { pathRewrite: {