4 Star 93 Fork 27

zmnteam / 口腔医院预约平台小程序

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
vue.config.js 504 Bytes
一键复制 编辑 原始数据 按行查看 历史
P_Peaceful 提交于 2021-09-18 08:59 . 小程序基础模块初始化
const appConfig = require('./config/config.js')
module.exports = {
devServer: {
// 调试时允许内网穿透,让外网的人访问到本地调试的H5页面
host: '0.0.0.0',
port: process.env.port,
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[appConfig.devApi]: {
target: appConfig.devHost,
changeOrigin: true,
pathRewrite: {
['^' + appConfig.devApi]: ''
}
}
},
disableHostCheck: true
}
}
微信
1
https://gitee.com/zmnteam/wx_dental_hospital.git
git@gitee.com:zmnteam/wx_dental_hospital.git
zmnteam
wx_dental_hospital
口腔医院预约平台小程序
master

搜索帮助