瀏覽代碼

优化

master
liuminjian 4 年之前
父節點
當前提交
c781158fbb
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      index.html
  2. +1
    -1
      static/js/project/user/login.js

+ 1
- 1
index.html 查看文件

@@ -41,7 +41,7 @@
</div> </div>


</body> </body>
<script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101"
<script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101" id="require-page"
target-module="./static/js/project/index.js" defer type="text/javascript"></script> target-module="./static/js/project/index.js" defer type="text/javascript"></script>


</html> </html>

+ 1
- 1
static/js/project/user/login.js 查看文件

@@ -1,6 +1,6 @@


/** /**
* Created by liuminjian on 2021/4/5.
* Created by admin on 2021/4/5.
* *
*/ */
define(['jquery', "Tools"], function ($, Tools) { define(['jquery', "Tools"], function ($, Tools) {


Loading…
取消
儲存