702f899cd0dda66a20ddc97f02fae443b61d4e04..93636cf4989b47555a91ff705d600a9c1328ec22
7 天以前 gaoluyang
安佑
93636c 对比 | 目录
7 天以前 gaoluyang
安佑
405dbe 对比 | 目录
7 天以前 gaoluyang
润泰
f9d1df 对比 | 目录
已修改3个文件
68 ■■■■ 文件已修改
src/config.js 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/manifest.json 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/pages/index.vue 58 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/config.js
@@ -2,11 +2,7 @@
const config = {
  //  baseUrl: 'https://vue.ruoyi.vip/prod-api',
  // baseUrl: 'http://localhost/prod-api',
  baseUrl: 'http://114.132.189.42:9066', // 宁夏润泰
  // baseUrl: 'http://114.132.189.42:9068', // 新疆海川开心
  // baseUrl: 'http://192.168.1.147:9036',
   //cloud后台网关地址
  //  baseUrl: 'http://192.168.10.3:8080',
  baseUrl: 'http://114.132.189.42:9048', // 安佑
   // 应用信息
   appInfo: {
     // 应用名称
src/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "润泰生物",
    "appid" : "__UNI__115F1B1",
    "name" : "安佑农牧",
    "appid" : "__UNI__055782C",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
src/pages/index.vue
@@ -11,7 +11,7 @@
        <view class="hero-section">
            <view class="bg-img">
                <view class="hero-content">
                    <text class="hero-title">润泰生物科技</text>
                    <text class="hero-title">安佑农牧科技</text>
                </view>
                <view class="hero-wave"></view>
            </view>
@@ -123,34 +123,34 @@
        </view>
        
        <!-- 生产管控模块 -->
<!--        <view class="common-module production-module">-->
<!--            <view class="module-header">-->
<!--                <view class="module-title-container">-->
<!--                    <text class="module-title">生产管控</text>-->
<!--                </view>-->
<!--            </view>-->
<!--            <view class="module-content">-->
<!--                <up-grid-->
<!--                    :border="false"-->
<!--                    col="4"-->
<!--                >-->
<!--                    <up-grid-item-->
<!--                        v-for="(item, index) in productionItems"-->
<!--                        :key="index"-->
<!--                        @click="handleCommonItemClick(item)"-->
<!--                    >-->
<!--                        <view class="icon-container" :style="{ background: item.bgColor }">-->
<!--                            <up-icon-->
<!--                                :name="item.icon"-->
<!--                                :size="58"-->
<!--                                color="#ffffff"-->
<!--                            ></up-icon>-->
<!--                        </view>-->
<!--                        <text class="item-label">{{item.label}}</text>-->
<!--                    </up-grid-item>-->
<!--                </up-grid>-->
<!--            </view>-->
<!--        </view>-->
        <view class="common-module production-module">
            <view class="module-header">
                <view class="module-title-container">
                    <text class="module-title">生产管控</text>
                </view>
            </view>
            <view class="module-content">
                <up-grid
                    :border="false"
                    col="4"
                >
                    <up-grid-item
                        v-for="(item, index) in productionItems"
                        :key="index"
                        @click="handleCommonItemClick(item)"
                    >
                        <view class="icon-container" :style="{ background: item.bgColor }">
                            <up-icon
                                :name="item.icon"
                                :size="58"
                                color="#ffffff"
                            ></up-icon>
                        </view>
                        <text class="item-label">{{item.label}}</text>
                    </up-grid-item>
                </up-grid>
            </view>
        </view>
        
        <!-- 设备管理模块 -->
        <view class="common-module equipment-module">