Commit 4c32f942 by liuyong

修改bug

1 parent 4a50e38a
Showing with 5 additions and 4 deletions
const { defineConfig } = require('@vue/cli-service') const { defineConfig } = require('@vue/cli-service')
// const ip = '43.143.211.42' const ip = '43.143.211.42';
// const ip = '172.20.10.7' // 李振 // const ip = '172.20.10.7'; // 李振
// const ip = '172.20.10.9' // 何鹏 // const ip = '172.20.10.9'; // 何鹏
const ip = '192.168.0.120' // const ip = '192.168.0.120';
// const ip = '192.168.0.13';
module.exports = defineConfig({ module.exports = defineConfig({
transpileDependencies: true, transpileDependencies: true,
//如果是hash模式, publicPath:"";如果是history, publicPath:"/" //如果是hash模式, publicPath:"";如果是history, publicPath:"/"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!