何でも無い

このコミットが含まれているのは:
テクニカル諏訪子 2019-02-22 22:34:20 +09:00
コミット 157271fa2d
1個のファイルの変更2行の追加2行の削除

ファイルの表示

@ -29,7 +29,7 @@
data: function () { data: function () {
return { return {
user: Cookies.get('username'), user: Cookies.get('username'),
host: 'onaro.jp', host: '076.ne.jp',
pwd: '/', pwd: '/',
result: [] result: []
} }
@ -37,7 +37,7 @@
created: function () { created: function () {
this.result = []; this.result = [];
this.user = Cookies.get('username'); this.user = Cookies.get('username');
this.host = 'onaro.jp'; this.host = '076.ne.jp';
this.pwd = '/'; this.pwd = '/';
this.result.push({ this.result.push({