明树Git Lab
Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
J
jt_front
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
Administrator
jt_front
Commits
342ac676
Commit
342ac676
authored
Dec 08, 2025
by
zfp1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
54dd88e7
Pipeline
#104309
passed with stage
in 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
10 deletions
+10
-10
https.js
src/data/https.js
+1
-1
addProject.vue
src/views/managePage/addProject.vue
+8
-8
window.js
src/window.js
+1
-1
No files found.
src/data/https.js
View file @
342ac676
...
...
@@ -2,7 +2,7 @@ import axios from "axios";
import
{
ElMessage
}
from
"element-plus"
;
import
windowConfig
from
"@/window"
;
axios
.
interceptors
.
request
.
use
(
function
(
config
)
{
let
token
=
"
bcb6deadbe9e4b28b00a81d37a4487a5
"
;
let
token
=
"
8681f75e775447f7903708c55a35634e
"
;
if
(
token
)
{
config
.
headers
.
Authorization
=
token
;
}
...
...
src/views/managePage/addProject.vue
View file @
342ac676
...
...
@@ -474,7 +474,7 @@
<el-form-item
label=
"相关支撑材料"
:label-width=
"100"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addZcclFile"
>
...
...
@@ -694,7 +694,7 @@
<el-form-item
label=
"立项批复文件"
:label-width=
"100"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addLxpfFile"
>
...
...
@@ -755,7 +755,7 @@
<el-form-item
label=
"相关上会材料"
:label-width=
"100"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addShclFile"
>
...
...
@@ -1636,7 +1636,7 @@
<el-form-item
label=
"里程碑计划审批表"
:label-width=
"130"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addLcbspFile"
>
...
...
@@ -1709,7 +1709,7 @@
<el-form-item
label=
"可研材料"
:label-width=
"160"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addKyclFile"
>
...
...
@@ -1733,7 +1733,7 @@
<el-form-item
label=
"经济指标初步测算资料"
:label-width=
"160"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addJjzbcsFile"
>
...
...
@@ -1757,7 +1757,7 @@
<el-form-item
label=
"其他相关支撑材料"
:label-width=
"160"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addTpzcclFile"
>
...
...
@@ -1781,7 +1781,7 @@
<el-form-item
label=
"上会议案"
:label-width=
"160"
>
<el-upload
:action=
"windowConfig.baseUrl + '/api/file/upload'"
:headers=
"{Authorization: '
bcb6deadbe9e4b28b00a81d37a4487a5
'}"
:headers=
"{Authorization: '
8681f75e775447f7903708c55a35634e
'}"
:show-file-list=
"false"
:on-success=
"addShyaFile"
>
...
...
src/window.js
View file @
342ac676
export
default
{
baseUrl
:
"http://
localhost
:3000"
baseUrl
:
"http://
10.40.8.9
:3000"
};
\ No newline at end of file
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