This commit is contained in:
蔡玲
2025-01-06 08:46:33 +08:00
parent ed15348e58
commit 02e7bad05f
3 changed files with 8 additions and 8 deletions

View File

@@ -2,8 +2,8 @@
"name" : "海亮铜箔",
"appid" : "__UNI__3A002CD",
"description" : "海亮铜箔二期手持系统",
"versionName" : "1.1.1",
"versionCode" : 111,
"versionName" : "1.1.2",
"versionCode" : 112,
"transformPx" : false,
/* 5+App */
"app-plus" : {

View File

@@ -1,6 +1,6 @@
<template>
<view class="zd_container">
<!-- <nav-bar title="分切下料"></nav-bar> -->
<!-- <nav-bar title="分切上轴2"></nav-bar> -->
<nav-bar :title="title"></nav-bar>
<view class="zd_content">
<view class="zd_wrapper">
@@ -16,7 +16,7 @@
<uni-data-select v-model="index" :localdata="options" @change="selectChange"></uni-data-select>
</view>
</view>
<view class="msg_item">提示{{obj.message}}</view>
<view class="msg_item">提示{{obj.tip}}</view>
</view>
</view>
<view class="zd-row submitbar">
@@ -47,7 +47,7 @@
index: '',
options2: [],
index2: '',
obj: {message: '-'}
obj: {tip: '-'}
};
},
onLoad (options) {
@@ -79,7 +79,7 @@
if (e) {
this._doUpShaftToSlitterByDeviceTip()
} else {
this.obj = {message: '-'}
this.obj = {tip: '-'}
}
},
toSure () {
@@ -106,7 +106,7 @@
this.index = ''
this.index2 = ''
this.options = []
this.obj = {message: '-'}
this.obj = {tip: '-'}
},
async _doUpShaftToSlitterByDeviceTip () {
try {

View File

@@ -1,6 +1,6 @@
import * as types from '../types'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.90:8010' : 'http://10.1.3.90:8010'
const baseUrl = process.env.NODE_ENV === 'development' ? 'http://10.1.3.91:8013' : 'http://10.1.3.91:8013'
const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
setTime: uni.getStorageSync('setTime') || 5000,