File tree Expand file tree Collapse file tree 12 files changed +26
-2
lines changed Expand file tree Collapse file tree 12 files changed +26
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yudao-ui-admin" ,
3
- "version" : " 1.6.6 -snapshot" ,
3
+ "version" : " 1.7.0 -snapshot" ,
4
4
"description" : " 芋道管理系统" ,
5
5
"author" : " 芋道" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
<template >
2
- <el-alert v-if =" enable()" :title =" '【' + title + '】文档地址:' + url" type =" success" show-icon />
2
+ <el-alert v-if =" enable()" type =" success" show-icon >
3
+ <template slot="title">
4
+ <div @click =" goToUrl" >{{ '【' + title + '】文档地址:' + url }}</div >
5
+ </template >
6
+ </el-alert >
3
7
</template >
4
8
5
9
<script >
@@ -14,6 +18,9 @@ export default {
14
18
methods: {
15
19
enable : function () {
16
20
return getDocEnable ();
21
+ },
22
+ goToUrl : function () {
23
+ window .open (this .url );
17
24
}
18
25
}
19
26
};
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 公众号接入" url =" https://doc.iocoder.cn/mp/account/" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ SOFTWARE.
26
26
-->
27
27
<template >
28
28
<div class =" app-container" >
29
+ <doc-alert title =" 自动回复" url =" https://doc.iocoder.cn/mp/auto-reply/" />
30
+
29
31
<!-- 搜索工作栏 -->
30
32
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
31
33
<el-form-item label =" 公众号" prop =" accountId" >
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ SOFTWARE.
27
27
-->
28
28
<template >
29
29
<div class =" app-container" >
30
+ <doc-alert title =" 公众号图文" url =" https://doc.iocoder.cn/mp/article/" />
31
+
30
32
<!-- 搜索工作栏 -->
31
33
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
32
34
<el-form-item label =" 公众号" prop =" accountId" >
Original file line number Diff line number Diff line change @@ -25,6 +25,8 @@ SOFTWARE.
25
25
-->
26
26
<template >
27
27
<div class =" app-container" >
28
+ <doc-alert title =" 公众号图文" url =" https://doc.iocoder.cn/mp/article/" />
29
+
28
30
<!-- 搜索工作栏 -->
29
31
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
30
32
<el-form-item label =" 公众号" prop =" accountId" >
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ SOFTWARE.
27
27
-->
28
28
<template >
29
29
<div class =" app-container" >
30
+ <doc-alert title =" 公众号素材" url =" https://doc.iocoder.cn/mp/material/" />
31
+
30
32
<!-- 搜索工作栏 -->
31
33
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
32
34
<el-form-item label =" 公众号" prop =" accountId" >
Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ SOFTWARE.
26
26
-->
27
27
<template >
28
28
<div class =" app-container" >
29
+ <doc-alert title =" 公众号菜单" url =" https://doc.iocoder.cn/mp/menu/" />
30
+
29
31
<!-- 搜索工作栏 -->
30
32
<el-form ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
31
33
<el-form-item label =" 公众号" prop =" accountId" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 公众号消息" url =" https://doc.iocoder.cn/mp/message/" />
3
4
4
5
<!-- 搜索工作栏 -->
5
6
<el-form :model =" queryParams" ref =" queryForm" size =" small" :inline =" true" v-show =" showSearch" label-width =" 68px" >
Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div class =" app-container" >
3
+ <doc-alert title =" 公众号统计" url =" https://doc.iocoder.cn/mp/statistics/" />
4
+
3
5
<!-- 搜索工作栏 -->
4
6
<el-form ref =" queryForm" size =" small" :inline =" true" label-width =" 68px" >
5
7
<el-form-item label =" 公众号" prop =" accountId" >
You can’t perform that action at this time.
0 commit comments