WXL
昨天 c80bc467a41daa6cbae4e5515a300a8ca98cfeaa
manifest.json
@@ -1,6 +1,6 @@
{
    "name" : "max-macaohospital",
    "appid" : "__UNI__46B5420",
    "name" : "青岛大学附属医院opo",
    "appid" : "__UNI__90996F2",
    "description" : "",
    "versionName" : "1.0.0",
    "versionCode" : "100",
@@ -9,6 +9,10 @@
        "usingComponents" : true,
        "nvueStyleCompiler" : "uni-app",
        "compilerVersion" : 3,
        "titleNView" : {
            "titleText" : "我的应用",
            "titleColor" : "#000000"
        },
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
@@ -36,13 +40,24 @@
                    "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
                ]
            },
            "ios" : {},
            "ios" : {
                "dSYMs" : false
            },
            "sdkConfigs" : {}
        }
    },
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "",
        "appid" : "wx57a9bbc3af60a235",
        "navigationBarTitleText" : "青岛大学附属医院opo",
        "navigationBarBackgroundColor" : "#FFFFFF",
        "optimization" : {
            "subPackages" : true
        },
        "request" : {
            "domainList" : [ "https://opo.qduh.cn" ] // 生产环境域名
        },
        "lazyCodeLoading" : "requiredComponents",
        "setting" : {
            "urlCheck" : false
        },
@@ -66,14 +81,19 @@
    "h5" : {
        "router" : {
            "mode" : "history",
            "base" : "/QDopo/"
            "base" : "/"
        },
        "publicPath" : "./",
        "assetsPublicPath" : "./",
        "devServer" : {
            "port" : 8095,
            "disableHostCheck" : true,
            "proxy" : {
                "/api" : {
                    "target" : "http://192.168.100.10:8080",
                    // "target" : "http://www.qdopo.com:9095",
                    // "target": "http://192.168.100.10:8080",
                    // "target" : "http://localhost:8080",
                    "target" : "https://opo.qduh.cn:443",
                    "changeOrigin" : true
                }
            }