{ "uni-app": { "scripts": { "weixin:self": { "title": "本地ip 没有autoSR 根据自身情况加", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/self.js" }, "define": { "WXCS-PLATFORM": true } }, "weixin:cl": { "title": "长龙ip", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/cl.js" }, "define": { "WXCS-PLATFORM": true } }, "weixin:sh": { "title": "胜浩ip", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/sh.js" }, "define": { "WXCS-PLATFORM": true } }, "weixin:test": { "title": "测试70端口服务器", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/dev.js" }, "define": { "WXCS-PLATFORM": true } }, "weixin:test8080": { "title": "测试80端口服务器", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/dev_8080.js" }, "define": { "WXCS-PLATFORM": true } }, "weixin:test9090": { "title": "测试90端口服务器", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/dev_9090.js" }, "define": { "WXCS-PLATFORM": true } }, "weixin:zk": { "title": "智控 生产", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/prod_zk.js" }, "define": { "WXSC-PLATFORM": true } }, "weixin:sz": { "title": "数智 生产", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/prod_sz.js" }, "define": { "WXSC-PLATFORM": true } }, "weixin:pq": { "title": "普强 生产", "env": { "UNI_PLATFORM": "mp-weixin", "ENV_PATH": "@/env/prod_pq.js" }, "define": { "WXSC-PLATFORM": true } } } }, "dependencies": {} }