Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
safe-campus-bbs
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
万成波
safe-campus-bbs
Commits
d1ef00e3
Commit
d1ef00e3
authored
Nov 28, 2025
by
万成波
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
91722911
Changes
6
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
7 additions
and
7 deletions
+7
-7
safe-campus-admin/src/main/resources/application-jxfz.yml
safe-campus-admin/src/main/resources/application-jxfz.yml
+2
-2
safe-campus-bbs-ui/.env.production
safe-campus-bbs-ui/.env.production
+1
-1
safe-campus-bbs-ui/src/router/index.js
safe-campus-bbs-ui/src/router/index.js
+1
-1
safe-campus-bbs-ui/vue.config.js
safe-campus-bbs-ui/vue.config.js
+1
-1
safe-campus-bbs-uniapp/config/index.config.js
safe-campus-bbs-uniapp/config/index.config.js
+1
-1
safe-campus-bbs-uniapp/manifest.json
safe-campus-bbs-uniapp/manifest.json
+1
-1
No files found.
safe-campus-admin/src/main/resources/application-jxfz.yml
View file @
d1ef00e3
...
...
@@ -95,8 +95,8 @@ spring:
# 企业微信配置
wx
:
cp
:
pc-redirect-url
:
https://
wecom.jift.edu.cn/bbs/pc
/wechatlogin
mobile-redirect-url
:
https://
wecom.jift.edu.cn/bbs
/h5/pages/login/login
pc-redirect-url
:
https://
forum.jift.edu.cn
/wechatlogin
mobile-redirect-url
:
https://
forum.jift.edu.cn
/h5/pages/login/login
corp-id
:
wxd2a84aa7529d3801
app-configs
:
-
name
:
'
移动端应用配置'
...
...
safe-campus-bbs-ui/.env.production
View file @
d1ef00e3
...
...
@@ -5,4 +5,4 @@ VUE_APP_TITLE = 一站式江服社区
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/
bbs/
prod-api'
VUE_APP_BASE_API = '/prod-api'
safe-campus-bbs-ui/src/router/index.js
View file @
d1ef00e3
...
...
@@ -182,7 +182,7 @@ Router.prototype.replace = function push(location) {
}
export
default
new
Router
({
base
:
'
/
bbs/pc
'
,
base
:
'
/
'
,
mode
:
'
history
'
,
// 去掉url中的#
scrollBehavior
:
()
=>
({
y
:
0
}),
routes
:
constantRoutes
...
...
safe-campus-bbs-ui/vue.config.js
View file @
d1ef00e3
...
...
@@ -18,7 +18,7 @@ module.exports = {
// 部署生产环境和开发环境下的URL。
// 默认情况下,Vue CLI 会假设你的应用是被部署在一个域名的根路径上
// 例如 https://www.ruoyi.vip/。如果应用被部署在一个子路径上,你就需要用这个选项指定这个子路径。例如,如果你的应用被部署在 https://www.ruoyi.vip/admin/,则设置 baseUrl 为 /admin/。
publicPath
:
process
.
env
.
NODE_ENV
===
"
production
"
?
"
/
bbs/pc
"
:
"
/
"
,
publicPath
:
process
.
env
.
NODE_ENV
===
"
production
"
?
"
/
"
:
"
/
"
,
// 在npm run build 或 yarn build 时 ,生成文件的目录名称(要和baseUrl的生产环境路径一致)(默认dist)
outputDir
:
'
dist
'
,
// 用于放置生成的静态资源 (js、css、img、fonts) 的;(项目打包之后,静态资源会放在这个文件夹下)
...
...
safe-campus-bbs-uniapp/config/index.config.js
View file @
d1ef00e3
...
...
@@ -10,7 +10,7 @@ const CONFIG = {
production
:
{
debug
:
false
,
platformName
:
'
社区
'
,
requestUrl
:
'
/
bbs/
prod-api
'
,
requestUrl
:
'
/prod-api
'
,
videoLimitSize
:
10
}
...
...
safe-campus-bbs-uniapp/manifest.json
View file @
d1ef00e3
...
...
@@ -72,7 +72,7 @@
"h5"
:
{
"router"
:
{
"mode"
:
"history"
,
"base"
:
"/
bbs/
h5/"
"base"
:
"/h5/"
}
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment