2 Star 5 Fork 0

BarZu / weixinvote

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
index.html 979 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
chjtx 提交于 2017-08-25 16:12 . 完成跨域
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
<title>诚信互投</title>
<link rel="stylesheet" href="./node_modules/jtaro-ui/src/jtaro-ui.css">
<link rel="stylesheet" id="jtaro_ui_theme" href="./node_modules/jtaro-ui/src/jtaro-ui-theme-blue.css">
<script src="./node_modules/jtaro-module/src/client.js"></script>
<script src="./node_modules/vue/dist/vue.js"></script>
<script src="./node_modules/jroll/src/jroll.js"></script>
<script src="./node_modules/jtaro-ui/src/jtaro-ui.js"></script>
<script src="./node_modules/axios/dist/axios.js"></script>
</head>
<body>
<div id="jtaro_app"></div>
<script src="./node_modules/jtaro/dist/jtaro.js"></script>
<script>
Vue.use(JTaro, {
default: 'pages/home'
})
</script>
</body>
</html>
JavaScript
1
https://gitee.com/chenjianlong/weixinvote.git
git@gitee.com:chenjianlong/weixinvote.git
chenjianlong
weixinvote
weixinvote
master

搜索帮助