Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bianpoSys
Project
Project
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
xinzhedeai
bianpoSys
Commits
4852e23d
Commit
4852e23d
authored
Feb 24, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: template name
parent
909a7349
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
.env.production
.env.production
+1
-1
request.js
src/utils/request.js
+1
-1
index.vue
src/views/system/checkPlan/index.vue
+1
-1
No files found.
.env.production
View file @
4852e23d
...
...
@@ -10,6 +10,6 @@ VUE_APP_BASE_API = '/prod-api'
# 正式环境
# VUE_APP_BASE_URL = 'http://60.212.188.152:12100'
# 测试环境
VUE_APP_BASE_URL = 'http://192.168.3.
60
:9090'
VUE_APP_BASE_URL = 'http://192.168.3.
226
:9090'
src/utils/request.js
View file @
4852e23d
...
...
@@ -10,7 +10,7 @@ import { saveAs } from 'file-saver'
let
downloadLoadingInstance
;
// 是否显示重新登录
export
let
isRelogin
=
{
show
:
false
};
document
.
cookie
=
`Admin-Token=
${
new
URLSearchParams
(
window
.
location
.
search
).
get
(
'
Admin
'
)}
`
;
document
.
cookie
=
`Admin-Token=
${
new
URLSearchParams
(
window
.
location
.
search
).
get
(
'
Admin
'
)
||
getToken
(
'
Admin
'
)
}
`
;
axios
.
defaults
.
headers
[
'
Content-Type
'
]
=
'
application/json;charset=utf-8
'
// 创建axios实例
...
...
src/views/system/checkPlan/index.vue
View file @
4852e23d
...
...
@@ -371,7 +371,7 @@ export default {
/** 导出按钮操作 */
exportExcl
()
{
this
.
download
(
'
slope/plan/export/model
'
,
{
},
`
checkplan_
${
new
Date
().
getTime
()}
.xlsx`
)
},
`
巡检计划导入模板
.xlsx`
)
},
// exportExcl() {
// exportModel().then((res) => {
...
...
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