Logo white

wuye / webui

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • webui
  • public
  • js
  • vcCore
  • vc-constant.js
  • 流程设计页面组件没法和vue兼容只能沿用老模式
    809d9ffa
    wuxw authored
    2025-07-01 08:13:55 +0800  
    Browse Code »
vc-constant.js 180 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11
/**
常量
**/
(function(vc){

    var constant = {
        REQUIRED_MSG:"不能为空",
        GET_CACHE_URL:["/nav/getUserInfo"]
    }
    vc.constant = constant;
})(window.vc);