吉安感知网项目-前端
罗广辉
2026-02-05 02150b6b37ea80a9e5bb2532257f18133d45226c
Merge remote-tracking branch 'origin/master'
2 files modified
17 ■■■■ changed files
uniapps/work-app/src/manifest.json 15 ●●●● patch | view | raw | blame | history
uniapps/work-app/src/pages/login/index.vue 2 ●●● patch | view | raw | blame | history
uniapps/work-app/src/manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "吉安低空",
    "appid" : "__UNI__0981D7F",
    "appid" : "__UNI__FFA6B4D",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
@@ -29,7 +29,9 @@
            "delay" : 0
        },
        /* 模块配置 */
        "modules" : {},
        "modules" : {
            "Share" : {}
        },
        /* 应用发布信息 */
        "distribute" : {
            /* android打包配置 */
@@ -59,7 +61,14 @@
                "dSYMs" : false
            },
            /* SDK配置 */
            "sdkConfigs" : {},
            "sdkConfigs" : {
                "share" : {
                    "weixin" : {
                        "appid" : "__UNI__FFA6B4D",
                        "UniversalLinks" : ""
                    }
                }
            },
            "icons" : {
                "android" : {
                    "hdpi" : "src/static/images/app-logo.png",
uniapps/work-app/src/pages/login/index.vue
@@ -282,7 +282,7 @@
}
  .pass-word{
    display: flex;
    justify-content: space-around;
    justify-content: space-between;
    align-items: center;
  }
  .user-name,