更新前端文件

This commit is contained in:
2019-07-03 16:36:05 +08:00
parent 073a4de647
commit 777b452685
151 changed files with 158954 additions and 64 deletions

View File

@@ -3,4 +3,8 @@ require.config({
'vue':'/static/js/vue.js',
"jquery":'/static/libs/jquery/jquery.min.js'
}
});
});
require(['vue', 'jquery'], function(Vue, $){
})