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" : "海亮铜箔", "name" : "海亮铜箔",
"appid" : "__UNI__3A002CD", "appid" : "__UNI__3A002CD",
"description" : "海亮铜箔二期手持系统", "description" : "海亮铜箔二期手持系统",
"versionName" : "1.1.1", "versionName" : "1.1.2",
"versionCode" : 111, "versionCode" : 112,
"transformPx" : false, "transformPx" : false,
/* 5+App */ /* 5+App */
"app-plus" : { "app-plus" : {

View File

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

View File

@@ -1,6 +1,6 @@
import * as types from '../types' 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 = { const state = {
baseUrl: uni.getStorageSync('baseUrl') || baseUrl, baseUrl: uni.getStorageSync('baseUrl') || baseUrl,
setTime: uni.getStorageSync('setTime') || 5000, setTime: uni.getStorageSync('setTime') || 5000,