WXL
9 天以前 2895b4ea66e09cb355aeb4e030ca0de297bf8ce3
manifest.json
@@ -1,5 +1,5 @@
{
    "name" : "max-macaohospital",
  "name": "青岛大学附属医院opo",
    "appid" : "__UNI__46B5420",
    "description" : "",
    "versionName" : "1.0.0",
@@ -9,6 +9,10 @@
        "usingComponents" : true,
        "nvueStyleCompiler" : "uni-app",
        "compilerVersion" : 3,
    "titleNView": {
      "titleText": "我的应用",
      "titleColor": "#000000"
    },
        "splashscreen" : {
            "alwaysShowBeforeRender" : true,
            "waiting" : true,
@@ -43,6 +47,8 @@
    "quickapp" : {},
    "mp-weixin" : {
        "appid" : "",
    "navigationBarTitleText": "我的应用",
    "navigationBarBackgroundColor": "#FFFFFF",
        "setting" : {
            "urlCheck" : false
        },
@@ -66,14 +72,16 @@
    "h5" : {
        "router" : {
            "mode" : "history",
            "base" : "/QDopo/"
      "base": "/"
        },
    "publicPath": "./",
    "assetsPublicPath": "./",
        "devServer" : {
            "port" : 8095,
            "disableHostCheck" : true,
            "proxy" : {
                "/api" : {
                    "target" : "http://localhost:8080",
          "target": "http://192.168.100.10:8080",
                    "changeOrigin" : true
                }
            }