浏览代码

修改前端端口

ymy 2 年之前
父节点
当前提交
b97659f3df
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -7,7 +7,7 @@ const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
 
 const name = process.env.VUE_APP_TITLE || 'SaaS协同平台' // 网页标题
 
-const port = process.env.port || process.env.npm_config_port || 8088 // 端口
+const port = process.env.port || process.env.npm_config_port || 80 // 端口
 
 module.exports = defineConfig({
   transpileDependencies: true,