mirror of
https://github.com/wu736139669/vczero.github.io.git
synced 2026-08-05 06:23:38 +00:00
delete email in rootscope
This commit is contained in:
+1
-1
@@ -57,7 +57,7 @@ app.run(['$rootScope', function($rootScope) {
|
||||
$rootScope.appName = '图班网';
|
||||
$rootScope.desc = '基于位置的通讯录';
|
||||
$rootScope.author = '鬼谣';
|
||||
$rootScope.email = 'wlhmyit@126.com';
|
||||
$rootScope._email = 'wlhmyit@126.com';
|
||||
}]);
|
||||
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
+1
-1
@@ -7,7 +7,7 @@ app.run(['$rootScope', function($rootScope) {
|
||||
$rootScope.appName = '图班网';
|
||||
$rootScope.desc = '基于位置的通讯录';
|
||||
$rootScope.author = '鬼谣';
|
||||
$rootScope.email = 'wlhmyit@126.com';
|
||||
$rootScope._email = 'wlhmyit@126.com';
|
||||
}]);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user