增加zlm代理的secret自动添加, 增加配置文件的默认值,缺少非关键参数不会无法启动,简化配置文件给新手带来的压力,前端使用wvp代理流。

This commit is contained in:
64850858
2021-06-04 16:31:45 +08:00
parent 8aaac8c431
commit 1b677c6dc7
17 changed files with 290 additions and 129 deletions

View File

@@ -55,7 +55,6 @@ axios.interceptors.response.use(function (response) {
Vue.prototype.$cookies.config(60*30);
new Vue({
router: router,
render: h => h(App),