Commit 14198f22 by liuyong

修改代码

1 parent 733e23c3
const ajaxUrl = '192.168.148.129:7003'; const ajaxUrl = '172.20.10.3:7003';
\ No newline at end of file \ No newline at end of file
const { defineConfig } = require('@vue/cli-service'); const { defineConfig } = require('@vue/cli-service');
const ip = '192.168.148.129'; const ip = '172.20.10.3';
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!