|
@@ -239,6 +239,7 @@ export default {
|
|
var jsonData = response.data;
|
|
var jsonData = response.data;
|
|
if(jsonData.result){
|
|
if(jsonData.result){
|
|
var url = "http://localhost:8086/comparison-server/static/" + jsonData.data;
|
|
var url = "http://localhost:8086/comparison-server/static/" + jsonData.data;
|
|
|
|
+ // var url = "http://192.168.15.99:8080/comparison-server/static/" + jsonData.data;
|
|
|
|
|
|
self.$message({
|
|
self.$message({
|
|
showClose: true,
|
|
showClose: true,
|