Commit 237375f5 by liuyong

修改bug

1 parent c536cd5a
Showing with 4 additions and 0 deletions
This diff could not be displayed because it is too large.
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 = '192.168.52.206';
// const ip = '172.20.10.3';
// const ip = '192.168.39.206';
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!