图片地址

master
付刚 3 years ago
parent 1ff673284f
commit 5311afab61

@ -449,7 +449,7 @@ export default {
let Data = moment
.unix(this.list[this.canvaIndex].begaintime)
.format("DD");
let data_image = `http://www.jichuanglanhai.com:9014/profile/upload/${year}/${month}/${Data}/ori_${
let data_image = `http://39.101.188.84:9014/profile/upload/${year}/${month}/${Data}/ori_${
this.list[this.canvaIndex].imgname
}.jpg`;
let data_type = this.list[this.canvaIndex].eventname;

@ -388,7 +388,7 @@ export default {
let year = moment.unix(attr.timestamp).format("YYYY");
let month = moment.unix(attr.timestamp).format("MM");
let Data = moment.unix(attr.timestamp).format("DD");
let image = `http://www.jichuanglanhai.com:9014/profile/upload/${year}/${month}/${Data}/ori_${attr.imgname}.jpg`;
let image = `http://39.101.188.84:9014/profile/upload/${year}/${month}/${Data}/ori_${attr.imgname}.jpg`;
// canvasvalue
_this.canvasValue = {
danhao: "GD2022090500000071",

@ -292,7 +292,7 @@ export default {
let year = moment.unix(attr.timestamp).format("YYYY");
let month = moment.unix(attr.timestamp).format("MM");
let Data = moment.unix(attr.timestamp).format("DD");
let image = `http://www.jichuanglanhai.com:9014/profile/upload/${year}/${month}/${Data}/ori_${attr.imgname}.jpg`;
let image = `http://39.101.188.84:9014/profile/upload/${year}/${month}/${Data}/ori_${attr.imgname}.jpg`;
gaodeAddress([attr.lng, attr.lat], (add) => {
_this.imgAdrress = add;
});

@ -225,7 +225,7 @@ export default {
let year = moment.unix(this.info.begaintime).format("YYYY");
let month = moment.unix(this.info.begaintime).format("MM");
let Data = moment.unix(this.info.begaintime).format("DD");
let data_image = `http://www.jichuanglanhai.com:9014/profile/upload/${year}/${month}/${Data}/ori_${this.info.imgname}.jpg`;
let data_image = `http://39.101.188.84:9014/profile/upload/${year}/${month}/${Data}/ori_${this.info.imgname}.jpg`;
let data_type = this.info.eventname;
//

@ -41,7 +41,7 @@ module.exports = {
proxy: {
// detail: https://cli.vuejs.org/config/#devserver-proxy
[process.env.VUE_APP_BASE_API]: {
target: `http://www.jichuanglanhai.com:9014`,
target: `http://39.101.188.84:9014`,
changeOrigin: true,
pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "",

Loading…
Cancel
Save