Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
Y
yongxinda-h5
Project
Project
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
Graph
比较
统计图
议题
0
议题
0
列表
看板
标记
Milestones
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
刘旭
yongxinda-h5
Commits
34468543
提交
34468543
authored
1月 11, 2023
作者:
刘旭
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化
上级
a4eb9d64
显示空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
4 行增加
和
4 行删除
+4
-4
index.html
index.html
+1
-1
pages.json
src/pages.json
+1
-1
login.vue
src/pages/login/login.vue
+1
-1
index.vue
src/pages/profile/index.vue
+1
-1
没有找到文件。
index.html
浏览文件 @
34468543
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<html
lang=
"en"
>
<head>
<head>
<meta
charset=
"UTF-8"
/>
<meta
charset=
"UTF-8"
/>
<
!-- <link rel="icon" href="./src/static/favicon.ico" type="png/x-icon" /> --
>
<
link
rel=
"icon"
href=
"./src/static/favicon.ico"
type=
"png/x-icon"
/
>
<script>
<script>
var
coverSupport
=
var
coverSupport
=
'CSS'
in
window
&&
'CSS'
in
window
&&
...
...
src/pages.json
浏览文件 @
34468543
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
{
{
"path"
:
"pages/index/index"
,
"path"
:
"pages/index/index"
,
"style"
:
{
"style"
:
{
"navigationBarTitleText"
:
"
合口味
"
"navigationBarTitleText"
:
"
深圳市永信达科技有限公司
"
}
}
},
{
},
{
"path"
:
"pages/category/index"
,
"path"
:
"pages/category/index"
,
...
...
src/pages/login/login.vue
浏览文件 @
34468543
<
template
>
<
template
>
<view
style=
"box-sizing: border-box;"
>
<view
style=
"box-sizing: border-box;"
>
<view
class=
"login-container"
>
<view
class=
"login-container"
>
<image
src=
"../../static/
hkw
.png"
mode=
"widthFix"
class=
"title-iamge"
></image>
<image
src=
"../../static/
logo
.png"
mode=
"widthFix"
class=
"title-iamge"
></image>
<text
class=
"login-text"
>
欢迎登陆
</text>
<text
class=
"login-text"
>
欢迎登陆
</text>
<view
class=
"login-form"
>
<view
class=
"login-form"
>
...
...
src/pages/profile/index.vue
浏览文件 @
34468543
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<view
class=
"profile-container"
>
<view
class=
"profile-container"
>
<view
class=
"profile-info"
>
<view
class=
"profile-info"
>
<view
class=
"profile-avatar"
>
<view
class=
"profile-avatar"
>
<image
style=
"width: 220rpx;"
src=
"../../static/
hkw
.png"
mode=
"scaleToFill"
/>
<image
style=
"width: 220rpx;"
src=
"../../static/
logo
.png"
mode=
"scaleToFill"
/>
</view>
</view>
<view
class=
"profile-nickname"
>
<view
class=
"profile-nickname"
>
<text>
{{
nickName
}}
</text>
<text>
{{
nickName
}}
</text>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论