This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化
master
liuminjian
4 years ago
parent
603942f314
commit
f03f9bfdb3
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
index.html
+1
-1
static/js/common/main.js
+ 1
- 1
index.html
View File
@@ -41,7 +41,7 @@
</div>
</body>
<script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101"
id="require-page"
<script src="./static/js/common/require.js" data-main="./static/js/common/main.js?t=101"
target-module="./static/js/project/index.js" defer type="text/javascript"></script>
</html>
+ 1
- 1
static/js/common/main.js
View File
@@ -18,7 +18,7 @@ requirejs.config({
//自己写的路径配置
Tools: 'common/tools',
addressApi: 'api/index' //所有Ajax存放地
addressApi: 'api/index' //所有Ajax
接口
存放地
},
shim: {
bootstrap: {
Write
Preview
Loading…
Cancel
Save