前端拆分为单独项目来维护开发

This commit is contained in:
暮光:城中城
2019-05-17 18:23:03 +08:00
parent 13e390535d
commit 25b4089a8f
27 changed files with 12600 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<template>
<div>欢迎使用wiki文档管理工具</div>
</template>
<script>
export default {
data() {
return {};
},
mounted: function () {
// this.getUserInfo();
},
methods: {
getUserInfo: function () {
this.common.post(this.apilist1.getUserInfo, {}, function (json) {});
}
}
}
</script>
<style>
</style>