@@ -25,19 +25,20 @@
"code": code
},
}
- $.ajax(
- {
- type:'post',
- url:'http://61.164.207.46:8000/codeToFile.htm',
- data:param,
- dataType:'json',
- async:true,
- success:function(data){
- console.log(data)
- alert(data)
- }
- )
+ alert()
+ // $.ajax(
+ // {
+ // type:'post',
+ // url:'http://61.164.207.46:8000/codeToFile.htm',
+ // data:param,
+ // dataType:'json',
+ // async:true,
+ // success:function(data){
+ // console.log(data)
+ // alert(data)
+ // }
+ // )
</script>
</body>
@@ -45,7 +45,7 @@ export default {
data(){
return {
dialogVisible:false,
- url:'http://61.164.207.46:8000/codeToFile.html',
+ url:'http://192.168.3.146:8000/codeToFile.html',
bigUrl:''