Commit 58dede8a by changjin

更新word文档

parent aa6a682d
......@@ -144,9 +144,9 @@ export default {
},
download (type) {
if (type === 0) {
window.open('http://39.97.169.207/static/doc/博智林项目需求文档.docx')
window.open(this.fileUrl + 'static/doc/中国金茂智慧社区后台管理系统-用户操作手册(文字版).docx')
} else {
window.open('http://39.97.169.207/static/doc/金茂智慧案场app项目汇报方案0513.pptx')
window.open(this.fileUrl + 'static/doc/金茂智慧案场app项目汇报方案0513.pptx')
}
},
// 退出登录
......
......@@ -12,11 +12,14 @@ import 'element-ui/lib/theme-chalk/index.css';
import store from './vuex/store.js'
require('../static/css/index.css')
Vue.use(uploader)
Vue.prototype.fileUrl = 'http://39.97.169.207/' //测试
// Vue.prototype.baseURL = 'http://172.16.2.69:8088/'
Vue.prototype.baseURL = 'http://39.97.169.207:9200/' // 测试
// Vue.prototype.baseURL = 'https://witcase.chinajinmao.cn' // 正式
axios.defaults.fileURL = Vue.prototype.fileURL
axios.defaults.baseURL = Vue.prototype.baseURL
axios.defaults.withCredentials = true
axios.defaults.timeout = 20000
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment