Compare commits

..

No commits in common. "36fa9090bae66c822822d82c2c85b3786797c978" and "8bab6d11667e396b6a7279d11515976292d7926b" have entirely different histories.

2 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,8 @@
{
"name": "ruoyi",
"version": "3.9.0",
"description": "博诺思公共服务平台",
"author": "博诺思",
"description": "公共服务平台",
"author": "bonus",
"license": "MIT",
"scripts": {
"dev": "vue-cli-service serve",

View File

@ -7,8 +7,9 @@ function resolve(dir) {
const CompressionPlugin = require('compression-webpack-plugin')
const name = process.env.VUE_APP_TITLE || '博诺思公共微服务平台' // 网页标题
const baseUrl = 'http://192.168.0.38:58080' // 后端接口
const name = process.env.VUE_APP_TITLE || '公共服务平台' // 网页标题
const baseUrl = 'http://192.168.0.50:58080' // 后端接口
const port = process.env.port || process.env.npm_config_port || 80 // 端口