forked from liweijie/education
人才培养方案新增自动生成代号,代码
This commit is contained in:
@@ -9,9 +9,9 @@ const CompressionPlugin = require('compression-webpack-plugin')
|
||||
|
||||
const name = process.env.VUE_APP_TITLE || '教学管理信息系统' // 网页标题
|
||||
|
||||
const baseUrl = 'http://127.10.0.193:8080' // 后端接口
|
||||
const baseUrl = 'http://10.1.1.193:8080' // 后端接口
|
||||
|
||||
const port = 80 // 固定开发服务器端口,避免多实例端口混乱
|
||||
const port = 1024 // 固定开发服务器端口,避免多实例端口混乱
|
||||
|
||||
// vue.config.js 配置说明
|
||||
//官方vue.config.js 参考文档 https://cli.vuejs.org/zh/config/#css-loaderoptions
|
||||
|
||||
Reference in New Issue
Block a user