Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-old
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-old
Commits
e4ed027f
提交
e4ed027f
authored
12月 31, 2020
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
添加客服
上级
8fae53aa
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
26 行增加
和
3 行删除
+26
-3
package-lock.json
package-lock.json
+3
-3
app.vue
src/app.vue
+23
-0
没有找到文件。
package-lock.json
浏览文件 @
e4ed027f
...
@@ -5675,7 +5675,7 @@
...
@@ -5675,7 +5675,7 @@
},
},
"html-tags"
:
{
"html-tags"
:
{
"version"
:
"2.0.0"
,
"version"
:
"2.0.0"
,
"resolved"
:
"https://registry.npm
.taobao.org/html-tags/download
/html-tags-2.0.0.tgz"
,
"resolved"
:
"https://registry.npm
js.org/html-tags/-
/html-tags-2.0.0.tgz"
,
"integrity"
:
"sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos="
"integrity"
:
"sha1-ELMKOGCF9Dzt41PMj6fLDe7qZos="
},
},
"html-webpack-plugin"
:
{
"html-webpack-plugin"
:
{
...
@@ -6638,7 +6638,7 @@
...
@@ -6638,7 +6638,7 @@
},
},
"lodash.kebabcase"
:
{
"lodash.kebabcase"
:
{
"version"
:
"4.1.1"
,
"version"
:
"4.1.1"
,
"resolved"
:
"https://registry.npm
.taobao.org/lodash.kebabcase/download
/lodash.kebabcase-4.1.1.tgz"
,
"resolved"
:
"https://registry.npm
js.org/lodash.kebabcase/-
/lodash.kebabcase-4.1.1.tgz"
,
"integrity"
:
"sha1-hImxyw0p/4gZXM7KRI/21swpXDY="
"integrity"
:
"sha1-hImxyw0p/4gZXM7KRI/21swpXDY="
},
},
"loglevel"
:
{
"loglevel"
:
{
...
@@ -9936,7 +9936,7 @@
...
@@ -9936,7 +9936,7 @@
},
},
"svg-tags"
:
{
"svg-tags"
:
{
"version"
:
"1.0.0"
,
"version"
:
"1.0.0"
,
"resolved"
:
"https://registry.npm
.taobao.org/svg-tags/download
/svg-tags-1.0.0.tgz"
,
"resolved"
:
"https://registry.npm
js.org/svg-tags/-
/svg-tags-1.0.0.tgz"
,
"integrity"
:
"sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q="
"integrity"
:
"sha1-WPcc7jvVGbWdSyqEO2x95krAR2Q="
},
},
"swiper"
:
{
"swiper"
:
{
...
...
src/app.vue
浏览文件 @
e4ed027f
<
template
>
<
template
>
<div
id=
"app"
>
<div
id=
"app"
>
<router-view
/>
<router-view
/>
<img
@
click=
"openService"
class=
"service"
src=
"https://zws-imgs-pub.ezijing.com/4ea9db80581687a358d2e5fae9a631e0.png"
alt=
""
>
</div>
</div>
</
template
>
</
template
>
<
script
>
export
default
{
methods
:
{
openService
()
{
window
.
open
(
'https://chat7811.talk99.cn/chat/chat/p.do?g=10052859&md=2&c=10036753'
,
''
,
'width=750,height=500,left=200,top=100'
)
}
}
}
</
script
>
<
style
lang=
"scss"
scoped
>
.service
{
width
:
60px
;
position
:
fixed
;
right
:
8px
;
top
:
50%
;
margin
:
-50px
0
0
;
z-index
:
9999
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论