@@ -315,6 +315,12 @@
function refresh(){
window.location.reload();
}
+ function addProject(){
+ layer.prompt({title: '请输入工程名称', formType: 3}, function(text, index){
+ layer.close(index);
+ layer.msg('添加成功'+text, {icon: 1});
+ });
+ }
</script>
</body>
</html>