支持离线模式
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<script>
|
||||
import {mapMutations, mapState} from 'vuex'
|
||||
import config from "./config.json";
|
||||
|
||||
export default {
|
||||
provide() {
|
||||
@@ -53,7 +54,7 @@ export default {
|
||||
document.body.appendChild(btn)
|
||||
},
|
||||
getApps() {
|
||||
this.setApps([])
|
||||
this.setApps(config.apps)
|
||||
this.$http.post("/node/wechatapps/list", null, {
|
||||
withoutToken: true,
|
||||
params: {size: 999, type: 'wxwork'}
|
||||
|
||||
Reference in New Issue
Block a user