WXL
18 小时以前 05c363fdd7ab04e3bd9a753e2c5d5bfff04d681c
manifest.json
@@ -1,6 +1,6 @@
{
  "name": "青岛大学附属医院opo",
  "appid": "__UNI__46B5420",
  "appid": "__UNI__90996F2",
  "description": "",
  "versionName": "1.0.0",
  "versionCode": "100",
@@ -40,15 +40,20 @@
          "<uses-permission android:name=\"android.permission.WRITE_SETTINGS\"/>"
        ]
      },
      "ios": {},
      "ios": {
        "dSYMs": false
      },
      "sdkConfigs": {}
    }
  },
  "quickapp": {},
  "mp-weixin": {
    "appid": "",
    "navigationBarTitleText": "我的应用",
    "appid": "wx57a9bbc3af60a235",
    "navigationBarTitleText": "青岛大学附属医院opo",
    "navigationBarBackgroundColor": "#FFFFFF",
    "optimization": {
      "subPackages": true
    },
    "setting": {
      "urlCheck": false
    },
@@ -75,14 +80,15 @@
      "base": "/"
    },
    "publicPath": "./",
    "assetsPublicPath": "./",
    "assetsPublicPath": "./",
    "devServer": {
      "port": 8095,
      "disableHostCheck": true,
      "proxy": {
        "/api": {
          // "target": "http://www.qdopo.com:9095",
          "target": "http://192.168.100.10:8080",
          // "target": "http://192.168.100.10:8080",
          "target": "https://opo.qduh.cn:443",
          "changeOrigin": true
        }
      }