mirror of
https://github.com/chillzhuang/Saber.git
synced 2024-11-05 10:09:40 +08:00
🎉 3.3.0.RELEASE 升级适配SpringCloud 2021
This commit is contained in:
parent
cf665485fc
commit
bf3bea9bb1
@ -14,7 +14,7 @@
|
||||
"axios": "^0.18.0",
|
||||
"babel-polyfill": "^6.26.0",
|
||||
"classlist-polyfill": "^1.2.0",
|
||||
"element-ui": "^2.15.1",
|
||||
"element-ui": "^2.15.6",
|
||||
"js-base64": "^2.5.1",
|
||||
"js-cookie": "^2.2.0",
|
||||
"mockjs": "^1.0.1-beta3",
|
||||
@ -32,8 +32,8 @@
|
||||
"@vue/cli-plugin-eslint": "^3.1.5",
|
||||
"@vue/cli-service": "^3.1.4",
|
||||
"chai": "^4.1.2",
|
||||
"node-sass": "^4.12.0",
|
||||
"sass-loader": "^7.0.1",
|
||||
"node-sass": "^6.0.1",
|
||||
"sass-loader": "^10.0.5",
|
||||
"vue-template-compiler": "^2.5.17",
|
||||
"webpack-bundle-analyzer": "^3.0.3"
|
||||
},
|
||||
|
9
public/cdn/avue/2.9.3/avue.min.js
vendored
9
public/cdn/avue/2.9.3/avue.min.js
vendored
File diff suppressed because one or more lines are too long
9
public/cdn/avue/2.9.4/avue.min.js
vendored
Normal file
9
public/cdn/avue/2.9.4/avue.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
public/cdn/element-ui/2.15.6/index.js
Normal file
1
public/cdn/element-ui/2.15.6/index.js
Normal file
File diff suppressed because one or more lines are too long
1
public/cdn/element-ui/2.15.6/theme-chalk/index.css
Normal file
1
public/cdn/element-ui/2.15.6/theme-chalk/index.css
Normal file
File diff suppressed because one or more lines are too long
@ -9,10 +9,10 @@
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
||||
<meta name="format-detection" content="telephone=no">
|
||||
<meta http-equiv="X-UA-Compatible" content="chrome=1"/>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.15.1/theme-chalk/index.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/element-ui/2.15.6/theme-chalk/index.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/animate/3.5.2/animate.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/iconfont/1.0.0/index.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.9.3/index.css">
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>cdn/avue/2.9.4/index.css">
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.png">
|
||||
<title>Saber企业级开发平台</title>
|
||||
<style>
|
||||
@ -102,8 +102,8 @@
|
||||
<script src="<%= BASE_URL %>cdn/vuex/3.1.1/vuex.min.js" charset="utf-8"></script>
|
||||
<script src="<%= BASE_URL %>cdn/vue-router/3.0.1/vue-router.min.js" charset="utf-8"></script>
|
||||
<script src="<%= BASE_URL %>cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
|
||||
<script src="<%= BASE_URL %>cdn/element-ui/2.15.1/index.js" charset="utf-8"></script>
|
||||
<script src="<%= BASE_URL %>cdn/avue/2.9.3/avue.min.js" charset="utf-8"></script>
|
||||
<script src="<%= BASE_URL %>cdn/element-ui/2.15.6/index.js" charset="utf-8"></script>
|
||||
<script src="<%= BASE_URL %>cdn/avue/2.9.4/avue.min.js" charset="utf-8"></script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user