Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_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
赵啸非
smart_gov_platform
Commits
50a0bf8d
Commit
50a0bf8d
authored
Feb 02, 2023
by
YIyiyi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:新增登录页返回判断
parent
812d38e1
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
3 deletions
+11
-3
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
...manager-ui/admin/src/pages/basicset/workman/personnel.vue
+1
-1
portal-manager-ui/admin/.env.development
portal-manager-ui/admin/.env.development
+3
-1
portal-manager-ui/admin/src/views/signIn/signIn.vue
portal-manager-ui/admin/src/views/signIn/signIn.vue
+7
-1
No files found.
base-manager-ui/admin/src/pages/basicset/workman/personnel.vue
View file @
50a0bf8d
...
...
@@ -220,7 +220,7 @@
</
template
>
<!-- 电话 -->
<
template
slot=
"mobile"
slot-scope=
"text"
>
<span>
{{
text
.
mobile
?
text
.
mobile
:
"
--
"
}}
</span>
<span>
{{
text
.
mobile
||
text
.
phone
||
"
--
"
}}
</span>
</
template
>
<!-- 称号 -->
<
template
slot=
"dangyuan"
slot-scope=
"text"
>
...
...
portal-manager-ui/admin/.env.development
View file @
50a0bf8d
# 开发环境配置
NODE_ENV = development
VUE_APP_API_BASE_URL=http://192.168.0.98:11078
#VUE_APP_API_BASE_URL=http://192.168.0.98:11078
#宜宾
VUE_APP_API_BASE_URL=http://10.12.185.213:11072
portal-manager-ui/admin/src/views/signIn/signIn.vue
View file @
50a0bf8d
...
...
@@ -67,6 +67,12 @@ export default {
},
};
},
created
()
{
let
token
=
this
.
$Storage
.
get
(
2
,
"
Authorization
"
);
if
(
token
)
{
this
.
$router
.
push
(
"
/home/dataManagement/dataAdmin
"
);
}
},
methods
:
{
// ...mapMutations("user", ["SET_USERDATA"]),
// ...mapActions("user", ["getCensusList", "getAppsList"]),
...
...
@@ -168,4 +174,4 @@ input:-ms-input-placeholder {
color: rgb(111, 164, 227);
font-size: 16px;
}
</
style
>
\ No newline at end of file
</
style
>
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