k94314517
2024-05-28 380b762ef5a75933379acf4c818b56f0abc28f6e
Merge remote-tracking branch 'origin/master'
已修改2个文件
13 ■■■■■ 文件已修改
h5/manifest.json 12 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/package.json 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/manifest.json
@@ -1,6 +1,6 @@
{
    "name": "laborVisitors",
    "appid": "__UNI__E9B0763",
    "appid" : "__UNI__E3BA820",
    "description": "",
    "versionName": "1.0.0",
    "versionCode": "100",
@@ -58,10 +58,7 @@
            "minified": true
        },
        "usingComponents": true,
        "requiredPrivateInfos": [
            "getLocation",
            "chooseLocation"
        ],
        "requiredPrivateInfos" : [ "getLocation", "chooseLocation" ],
        "permission": {
            "scope.userLocation": {
                "desc": "用于获取周边房源位置"
@@ -85,14 +82,15 @@
        "router": {
            "mode": "hash",
            "base": "/"
            // "base" : "/h5/"
        },
        // "base" : "/h5/"
        "devServer": {
            "port": 8090,
            "historyApiFallback": true,
            "disableHostCheck": true,
            "proxy": {
                "/api": { // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                "/api" : {
                    // 这个字段名需与你配置的basePrefixUrl一致,系统识别到带有/dev-api请求的地址时,会在前面拼接上代理服务器地址
                    "target": "http://192.168.0.143:10010", // 代理服务器域名或IP地址
                    "changeOrigin": true, // 允许跨域 
                    "pathRewrite": {
h5/package.json
@@ -1,7 +1,6 @@
{
    "id": "tly-picture-cut",
    "name": "图片裁剪 四角拖动 图片缩放移动",
    "displayName": "图片裁剪 四角拖动 图片缩放移动",
    "version": "1.0.0",
    "description": "图片裁剪组件 支持拖动四角 已使用微信小程序、H5 平台",
    "keywords": [