Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
637bf014
Commit
637bf014
authored
Nov 22, 2018
by
xishifeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
2
parent
135d50a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
main.js
public/resource/js/main.js
+11
-10
No files found.
public/resource/js/main.js
View file @
637bf014
require
.
config
({
require
.
config
({
'baseUrl'
:
(
location
.
origin
||
location
.
protocol
+
'//'
+
location
.
hostname
+
(
location
.
port
==
80
?
''
:
':'
+
location
.
port
))
+
'/resource'
,
'baseUrl'
:
(
location
.
origin
||
location
.
protocol
+
'//'
+
location
.
hostname
+
(
location
.
port
==
80
?
''
:
':'
+
location
.
port
))
+
'/resource'
,
'waitSeconds'
:
0
,
'waitSeconds'
:
0
,
...
@@ -15,13 +15,13 @@ require.config ({
...
@@ -15,13 +15,13 @@ require.config ({
'ckfinder'
:
'lib/Ckfinder/ckfinder'
,
'ckfinder'
:
'lib/Ckfinder/ckfinder'
,
'ckfinderStart'
:
'lib/js/ckfinderStart'
,
'ckfinderStart'
:
'lib/js/ckfinderStart'
,
'bootstrapJs'
:
'lib/js/bootstrap.min'
,
'bootstrapJs'
:
'lib/js/bootstrap.min'
,
// 'datetimepicker': 'lib/js/bootstrap-datetimepicker.min',
// 'datetimepicker': 'lib/js/bootstrap-datetimepicker.min',
'datetimepicker'
:
'lib/js/bootstrap-datetimepicker'
,
'datetimepicker'
:
'lib/js/bootstrap-datetimepicker'
,
'pagination'
:
'lib/js/Pagination'
,
'pagination'
:
'lib/js/Pagination'
,
'paginationStart'
:
'lib/js/zw.pagination'
,
'paginationStart'
:
'lib/js/zw.pagination'
,
'checkLogin'
:
'lib/js/checkLoginFailureAjax'
,
'checkLogin'
:
'lib/js/checkLoginFailureAjax'
,
'blow-up'
:
'lib/js/blow-up'
,
'blow-up'
:
'lib/js/blow-up'
,
'97datePicker'
:
'lib/js/my97datePicker/WdatePicker'
,
'97datePicker'
:
'lib/js/my97datePicker/WdatePicker'
,
'photo-gallery'
:
'lib/js/jquery-photo-gallery/jquery.photo.gallery'
,
'photo-gallery'
:
'lib/js/jquery-photo-gallery/jquery.photo.gallery'
,
},
},
...
@@ -45,14 +45,14 @@ require.config ({
...
@@ -45,14 +45,14 @@ require.config ({
'datetimepicker'
:
{
'datetimepicker'
:
{
'exports'
:
'datetimepicker'
'exports'
:
'datetimepicker'
},
},
'pagination'
:
{
'pagination'
:
{
'deps'
:
[
'jquery'
],
'deps'
:
[
'jquery'
],
'exports'
:
'Pagination'
'exports'
:
'Pagination'
},
},
'paginationStart'
:
{
'paginationStart'
:
{
'exports'
:
'pagination'
'exports'
:
'pagination'
},
},
'blow-up'
:
{
'blow-up'
:
{
'deps'
:
[
'jquery'
],
'deps'
:
[
'jquery'
],
'exports'
:
'blow-up'
'exports'
:
'blow-up'
},
},
...
@@ -64,10 +64,10 @@ require.config ({
...
@@ -64,10 +64,10 @@ require.config ({
'deps'
:
[
'jquery'
],
'deps'
:
[
'jquery'
],
'exports'
:
'validate'
'exports'
:
'validate'
},
},
'97datePicker'
:
{
'97datePicker'
:
{
'deps'
:[
'jquery'
],
'deps'
:
[
'jquery'
],
'exports'
:
'97datePicker'
'exports'
:
'97datePicker'
}
}
,
'photo-gallery'
:
{
'photo-gallery'
:
{
'deps'
:
[
'jquery'
],
'deps'
:
[
'jquery'
],
'exports'
:
'photo-gallery'
'exports'
:
'photo-gallery'
...
@@ -83,4 +83,4 @@ require.config ({
...
@@ -83,4 +83,4 @@ require.config ({
}
}
});
});
require
([
'require'
,
'jquery'
,
'doT'
,
'layer'
,
"datetimepicker"
,
'bootstrapJs'
,
'pagination'
,
'paginationStart'
,
'checkLogin'
,
'photo-gallery'
,
'97datePicker'
,
'app/public'
]);
require
([
'require'
,
'jquery'
,
'doT'
,
'layer'
,
"datetimepicker"
,
'bootstrapJs'
,
'pagination'
,
'paginationStart'
,
'checkLogin'
,
'photo-gallery'
,
'97datePicker'
,
'app/public'
]);
\ 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