Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lrkjguanw
Project
Overview
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
nieyangyang
lrkjguanw
Commits
7ea96648
Commit
7ea96648
authored
Jul 07, 2020
by
nieyangyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
4cdc3528
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
32 deletions
+8
-32
.project
.project
+0
-23
index.html
lrkjWeb/index.html
+8
-9
No files found.
.project
deleted
100644 → 0
View file @
4cdc3528
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
lrkjguanw
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
com.aptana.editor.php.aptanaPhpBuilder
</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>
com.aptana.ide.core.unifiedBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.aptana.projects.webnature
</nature>
<nature>
com.aptana.editor.php.phpNature
</nature>
</natures>
</projectDescription>
lrkjWeb/index.html
View file @
7ea96648
...
...
@@ -207,8 +207,8 @@
</div>
</div>
<div
class=
"foot-text"
>
<p>
天津懒人网络
科技有限公司
</p>
<p>
津ICP备18004213号
</p>
<p>
北京懒人信息
科技有限公司
</p>
<p>
京ICP备17055630号-1
</p>
<p>
商务合作:service@wasair.com
</p>
</div>
</footer>
...
...
@@ -221,17 +221,16 @@
</p>
<script>
var
record
=
window
.
location
.
host
;
//根据域名修改内容
if
(
record
==
'
www
.wasair.com'
||
record
==
'lanrenfuli.com'
||
record
==
'wasair.com'
||
record
==
'52lan.com'
)
{
if
(
record
==
'
m
.wasair.com'
||
record
==
'lanrenfuli.com'
||
record
==
'wasair.com'
||
record
==
'52lan.com'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-1'
);
}
if
(
record
==
'
www
.wasai666.com'
||
record
==
'wasai666.com'
)
{
if
(
record
==
'
m
.wasai666.com'
||
record
==
'wasai666.com'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-2'
);
}
if
(
record
==
'
www
.wslanren.com'
||
record
==
'wslanren.com'
)
{
if
(
record
==
'
m
.wslanren.com'
||
record
==
'wslanren.com'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-3'
);
}
...
...
@@ -239,15 +238,15 @@
// $('.corporate_name').html('北京懒人信息科技有限公司');
// $('.record-num').html('京ICP备17055630号-4');
// }
if
(
record
==
'
www
.51miaosheng.cn'
||
record
==
'51miaosheng.cn'
)
{
if
(
record
==
'
m
.51miaosheng.cn'
||
record
==
'51miaosheng.cn'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-5'
);
}
if
(
record
==
'
www
.51miaosheng.com.cn'
||
record
==
'51miaosheng.com.cn'
)
{
if
(
record
==
'
m
.51miaosheng.com.cn'
||
record
==
'51miaosheng.com.cn'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-6'
);
}
if
(
record
==
'
www
.1miaosheng.cn'
||
record
==
'1miaosheng.cn'
)
{
if
(
record
==
'
m
.1miaosheng.cn'
||
record
==
'1miaosheng.cn'
)
{
$
(
'.corporate_name'
).
html
(
'北京懒人信息科技有限公司'
);
$
(
'.record-num'
).
html
(
'京ICP备17055630号-7'
);
}
...
...
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