Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
etl-platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
etl-platform
Commits
708e1249
Commit
708e1249
authored
Nov 25, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改xml111
parent
d9041aad
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
5 deletions
+3
-5
doc/ETL管理系统.docx
doc/ETL管理系统.docx
+0
-0
etl-manager-ui/admin/src/store.js
etl-manager-ui/admin/src/store.js
+1
-1
etl-manager-ui/admin/src/views/login/login.vue
etl-manager-ui/admin/src/views/login/login.vue
+1
-3
etl-manager-ui/admin/yarn.lock
etl-manager-ui/admin/yarn.lock
+1
-1
No files found.
doc/ETL管理系统.docx
View file @
708e1249
No preview for this file type
etl-manager-ui/admin/src/store.js
View file @
708e1249
...
...
@@ -76,7 +76,7 @@ export default new Vuex.Store({
})
},
logout
({
commit
})
{
normalCallPost
(
'
/
login/logout
'
).
then
(
data
=>
{}).
catch
(
error
=>
{}).
then
(()
=>
{
normalCallPost
(
'
/
portal_home
'
).
then
(
data
=>
{}).
catch
(
error
=>
{}).
then
(()
=>
{
commit
(
'
logout
'
)
})
},
...
...
etl-manager-ui/admin/src/views/login/login.vue
View file @
708e1249
...
...
@@ -17,9 +17,7 @@
</el-form>
</div>
<div
class=
"footer"
>
登陆
©
<a
href=
""
>
信宏翔网络科技有限公司
</a>
出品
</div>
<!--
<Map
ref=
"map1"
:markersData=
"originData"
@
choose=
"getDetailData"
/>
-->
...
...
etl-manager-ui/admin/yarn.lock
View file @
708e1249
...
...
@@ -5558,7 +5558,7 @@ jsprim@^1.2.2:
json-schema "0.2.3"
verror "1.10.0"
jwt-decode@3.1.2:
jwt-decode@
^
3.1.2:
version "3.1.2"
resolved "https://registry.npmmirror.com/jwt-decode/-/jwt-decode-3.1.2.tgz#3fb319f3675a2df0c2895c8f5e9fa4b67b04ed59"
integrity sha512-UfpWE/VZn0iP50d8cz9NrZLM9lSWhcJ+0Gt/nm4by88UL+J1SiKN8/5dkjMmbEzwL2CAe+67GsegCbIKtbp75A==
...
...
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