Signed-off-by: yinxr <2273460044@qq.com>

This commit is contained in:
yinxr 2019-01-29 17:03:31 +08:00
parent 2533ec6fa2
commit 6e454be2c0
2 changed files with 2 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/.settings /.settings
/.* /.*
.project .project
head-file.ftl

View File

@ -43,9 +43,6 @@
<script> <script>
// ms.base = "${base}"; // ms.base = "${base}";
// ms.manager = "${managerPath}"; // ms.manager = "${managerPath}";
ms.base = "http://192.168.0.54:82";
ms.manager = "http://192.168.0.54:82/apis/ms";
//图片懒加载 //图片懒加载
Vue.use(VueLazyload, { Vue.use(VueLazyload, {
error: ms.base + '/images/ic_image_deault.png', error: ms.base + '/images/ic_image_deault.png',