1 Star 0 Fork 0

RenYongqiang/vueCdn

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.asp 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
RenYongqiang 提交于 2020-12-27 12:00 . first commit
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<!--#include file="public/head.asp"-->
</head>
<body>
<!--#include file="public/header.asp"-->
<div id="app">
<v-button @click.native="showMessage">
点我会弹出提示
</v-button>
</div>
<!--#include file="public/footer.asp"-->
</body>
</html>
<script type="text/javascript">
new Vue({
el: "#app",
data: {},
components: {
// 注册组件
vButton: atui.Button,
message: atui.Message
},
methods: {
showMessage: function () {
fetch_POST('/Home/Frontend/Login/login', {
account:"13296905340",
password: "123456"
}).then(res=>{
atui.Message.success(res.data.msg, 1500, "center");
})
}
}
})
</script>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/angeling/vue-cdn.git
git@gitee.com:angeling/vue-cdn.git
angeling
vue-cdn
vueCdn
master

搜索帮助