1
wangyi
2026-03-13 59e09b4c022f90db790c4ca8091b1d84278a03dc
1
3个文件已修改
51 ■■■■ 已修改文件
package.json 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages.json 42 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index/login.vue 4 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
package.json
@@ -12,11 +12,8 @@
    "@psdk/cpcl": "^0.6.1",
    "@psdk/device-ble-uniapp": "^0.6.1",
    "@psdk/esc": "^0.6.1",
    "@psdk/frame-father": "^0.7.9",
    "@psdk/frame-imageb": "^0.7.9",
    "@psdk/tspl": "^0.6.1",
    "all": "^0.0.0",
    "dayjs": "^1.11.19",
    "dayjs": "^1.11.18",
    "echarts": "^5.6.0",
    "i": "^0.3.7",
    "npm": "^9.5.1",
pages.json
@@ -1963,6 +1963,48 @@
                "navigationBarTitleText": "我的待办列表"
            }
        },
        {
            "path" : "pages/ZLGL/QcenvironmentTestDotCheckBill/QCEnvironmentTestDotCheckBillList",
            "style" :
            {
                "navigationBarTitleText" : "环境检验单列表"
            }
        },
        {
            "path": "pages/ZLGL/QcenvironmentTestDotCheckBill/QcenvironmentTestDotCheckBill",
            "style" :
            {
                "navigationBarTitleText" : "环境检验单"
            }
        },
        {
            "path" : "pages/ZLGL/QCNoPassProdDisposeBillMainList/QCNoPassProdDisposeBillMainList",
            "style" :
            {
                "navigationBarTitleText" : "不良品评审单列表"
            }
        },
        {
            "path" : "pages/ZLGL/QCNoPassProdDisposeBillMainList/QCNoPassProdDisposeBillMain",
            "style" :
            {
                "navigationBarTitleText" : "不良品评审单"
            }
        },
        {
            "path" : "pages/ZLGL/QCNoPassProdConclusionBillMain/QCNoPassProdConclusionBillMain",
            "style" :
            {
                "navigationBarTitleText" : "不良品评审结论单"
            }
        },
        {
            "path" : "pages/ZLGL/QCNoPassProdConclusionBillMain/QCNoPassProdConclusionBillMainList",
            "style" :
            {
                "navigationBarTitleText" : "不良品评审单结论单列表"
            }
        },
        {
            "path": "pages/ZLGL/Gy_MaterialPrevention/Gy_MaterialPrevention",
            "style": {
pages/index/login.vue
@@ -112,10 +112,10 @@
                    "翁涛涛本地测试": 'http://localhost:81/API/',
                    "陈镐哲本地测试": 'http://192.168.0.101:81/API/',
                    "陈镐哲本地测试2": 'http://192.168.88.82:81/API/',
                    "王仪本地测试": 'http://192.168.0.74:8080/API/',
                    "张瑞广本地测试": 'http://localhost:8082/API/',
                    "余思杰本地测试": 'http://localhost:8082/LuBaoAPI/',
                    "杨权鑫本地测试": 'http://192.168.0.36:8082/API/',
                    "王仪本地测试": 'http://192.168.0.74:8080/API/',
                    // 小卫内外网
                    "苏州卫智科技-外网": 'http://221.224.60.42:8082/API_WW/',
                    "苏州卫智科技-内网": 'http://172.16.20.233:8082/API_NW/',
@@ -173,8 +173,6 @@
                // if (getRemoteFile) {
                //     this.$i18n.setLocaleMessage(lang, data)
                // }
                let languagePack = await getLanguagePackJson(lang)
                this.$i18n.setLocaleMessage(lang, languagePack)
                this.$i18n.locale = lang
            },
            onLanguageChangeHandler(e) {