Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
M
mini-wms
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Members
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
周海峰
mini-wms
Commits
1df3492a
Commit
1df3492a
authored
Dec 20, 2025
by
wangchunyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打印组件调试
parent
dd965dce
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
7 行增加
和
2 行删除
+7
-2
ruoyi-admin-vue/package.json
+1
-0
ruoyi-admin-vue/src/main.js
+4
-0
ruoyi-admin-vue/src/utils/request.js
+1
-1
ruoyi-admin/src/main/resources/application.yml
+1
-1
没有找到文件。
ruoyi-admin-vue/package.json
View file @
1df3492a
...
...
@@ -44,6 +44,7 @@
"vue"
:
"2.6.12"
,
"vue-count-to"
:
"1.0.13"
,
"vue-cropper"
:
"0.5.5"
,
"vue-print-nb"
:
"^1.7.5"
,
"vue-router"
:
"3.4.9"
,
"vuedraggable"
:
"2.24.3"
,
"vuex"
:
"3.6.0"
...
...
ruoyi-admin-vue/src/main.js
View file @
1df3492a
...
...
@@ -39,6 +39,8 @@ import DictData from '@/components/DictData'
import
PageWrapperSearch
from
'@/components/Search/PageWrapperSearch.vue'
import
PageTitle
from
'@/components/PageTitle/index.vue'
// 打印组件
import
Print
from
'vue-print-nb'
// 全局方法挂载
Vue
.
prototype
.
getDicts
=
getDicts
...
...
@@ -61,9 +63,11 @@ Vue.component('ImageUpload', ImageUpload)
Vue
.
component
(
'ImagePreview'
,
ImagePreview
)
Vue
.
component
(
'PageWrapperSearch'
,
PageWrapperSearch
)
Vue
.
component
(
'PageTitle'
,
PageTitle
)
// Vue.component('Print', Print)
Vue
.
use
(
directive
)
Vue
.
use
(
plugins
)
Vue
.
use
(
Print
)
DictData
.
install
()
/**
...
...
ruoyi-admin-vue/src/utils/request.js
View file @
1df3492a
...
...
@@ -17,7 +17,7 @@ const service = axios.create({
// axios中请求配置有baseURL选项,表示请求URL公共部分
baseURL
:
process
.
env
.
VUE_APP_BASE_API
,
// 超时
timeout
:
1
0000
timeout
:
3
0000
})
// request拦截器
...
...
ruoyi-admin/src/main/resources/application.yml
View file @
1df3492a
...
...
@@ -127,7 +127,7 @@ referer:
# 防盗链开关
enabled
:
false
# 允许的域名列表
allowed-domains
:
localhost,127.0.0.1
allowed-domains
:
localhost,127.0.0.1
,172.19.1.150,http://wms.docmis.cn/
# 防止XSS攻击
xss
:
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论