chenhaozhe
2025-09-22 c5ce0e20f31b18a7f783088006e49a9a0dee2aa1
添加 余姚兴达起动器 地址
2个文件已修改
14 ■■■■ 已修改文件
manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/login.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
manifest.json
@@ -2,8 +2,8 @@
    "name" : "智云LMES",
    "appid" : "__UNI__B002F49",
    "description" : "",
    "versionName" : "1.0.82",
    "versionCode" : 182,
    "versionName" : "1.0.83",
    "versionCode" : 183,
    "transformPx" : false,
    /* 5+App特有相关 */
    "app-plus" : {
pages/index/login.vue
@@ -46,7 +46,8 @@
                </view>
            </view>
            <uni-popup ref="popup" type="center">
                <uni-popup-dialog title="服务器设置" mode="input" @confirm="confirmHandler" :before-close="true" @close="close">
                <uni-popup-dialog title="服务器设置" mode="input" @confirm="confirmHandler" :before-close="true"
                    @close="close">
                    <view class="popup-content">
                        <input type="text" v-model="serverUrlName" placeholder="请输入服务器名称">
                    </view>
@@ -79,7 +80,12 @@
                arrayDataBases: [],
                DataBases: '',
                
                serverUrlandName:{"浙江智云迈思":'http://47.96.97.237/API/',"温州海诚光学":'http://122.228.39.234:7177/API/',"宁波惠康工业":'http://172.16.72.30:6699/API/'},
                serverUrlandName: {
                    "浙江智云迈思": 'http://47.96.97.237/API/',
                    "温州海诚光学": 'http://122.228.39.234:7177/API/',
                    "宁波惠康工业": 'http://172.16.72.30:6699/API/',
                    "余姚兴达起动器": 'http://121.37.133.104/API/',
                },
                serverUrlName:'浙江智云迈思',
                
                arrayOrganization: [],