Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
traffic-front
Project
Project
Details
Activity
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangxiaoming
traffic-front
Commits
ecba8143
Commit
ecba8143
authored
Jul 05, 2019
by
frank.xa.zhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed main page-- frank
parent
bff1ff2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
10 deletions
+11
-10
app.js
atms-web/src/main/webapp/Scripts/app.js
+10
-9
organization-manage.ctrl.js
...astructure/organizationManage/organization-manage.ctrl.js
+1
-1
No files found.
atms-web/src/main/webapp/Scripts/app.js
View file @
ecba8143
...
...
@@ -371,15 +371,16 @@ var app = angular.module('app', ['ui.tree', 'ui.bootstrap', 'ui.bootstrap.tpls',
};
$rootScope
.
changeLanguage
(
region
);
waterMark
({
systemId
:
'2500'
,
//当前用户ID
userId
:
loginContext
.
localName
,
textStyle
:
'rgba(0,0,0,0.05)'
,
imgHeightDis
:
230
,
imgWidthDis
:
230
,
containerEl
:
document
.
querySelector
(
'body'
)
});
// waterMark({
// systemId: '2500',
// //当前用户ID
// userId: loginContext.localName,
// textStyle: 'rgba(0,0,0,0.05)',
// imgHeightDis: 230,
// imgWidthDis: 230,
// containerEl: document.querySelector('body')
// });
$rootScope
.
isFront
=
true
;
// publish unbeforeunload event to child scopes
$scope
.
onbeforeunload
=
function
()
{
...
...
atms-web/src/main/webapp/app/admin/infrastructure/organizationManage/organization-manage.ctrl.js
View file @
ecba8143
...
...
@@ -3828,7 +3828,7 @@
//showUserTab();
checkUserPermission
();
loadDatagrid
();
$scope
.
location
=
$scope
.
$root
.
currentLanguage
;
$scope
.
location
=
$scope
.
$root
.
isFront
;
$timeout
(
function
()
{
$scope
.
isLoadComplete
=
true
;
if
(
$scope
.
location
)
{
...
...
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