03 2020 档案

摘要:1 import { parseString } from 'xml2js'; // json与xml相互转化的工具 2 export default class ConnnectIm { 3 constructor() { 4 const ip = process.env.imUri; 5 con 阅读全文
posted @ 2020-03-20 11:13 山外已有山 阅读(237) 评论(0) 推荐(0)
摘要:server { listen 80; //监听的端口号 server_name wxh5.beta.hqjy.com; 本地访问的域名(host文件也要配置) location /{ proxy_pass http://wxh5.beta.hqjy.com:8080/; 代理的域名加本地项目启用的 阅读全文
posted @ 2020-03-09 10:50 山外已有山 阅读(2972) 评论(0) 推荐(0)