This website works better with JavaScript.
首頁
探索
說明
註冊
登入
yiyun-fe
/
yiyunjianzhu-vue
關註
4
收藏
0
複製
0
程式碼
合併請求
0
版本發佈
0
Activity
瀏覽代碼
Merge branch 'dev' of
http://www.lockingos.org:3000/yiyun-fe/yiyunjianzhu-vue
into dev
dev-version-manage
kim131
4 年之前
父節點
468d420ab0
2e2834a974
當前提交
bccad226f5
共有
3 個文件被更改
,包括
8 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
public/static/css/main.css
+3
-1
src/components/app-header/components/user_center.vue
+2
-1
src/views/components_web/head/head.vue
+ 3
- 0
public/static/css/main.css
查看文件
@@ -8859,6 +8859,9 @@ h5.dulilabel{
background-color: #ccc;
background: url(/static/img/icon_pic_01.png) no-repeat -180px 0px;
}
.el-icon-close::before {
content: "";
}
.el-icon-error::before{
content: "";
+ 3
- 1
src/components/app-header/components/user_center.vue
查看文件
@@ -1381,7 +1381,9 @@ export default {
this.$notify({
type:"success",
message:'密码修改成功。'
})
});
this.logout();
}else{
this.$notify({
type:"error",
+ 2
- 1
src/views/components_web/head/head.vue
查看文件
@@ -2282,7 +2282,8 @@ export default {
this.$notify({
type:"success",
message:'密码修改成功。'
})
});
this.logout();
}else{
this.$notify({
type:"error",
Write
Preview
Loading…
取消
儲存