diff --git a/src/config/index.js b/src/config/index.js
index 0d803db..33be0ef 100644
--- a/src/config/index.js
+++ b/src/config/index.js
@@ -1,8 +1,8 @@
export default {
- baseUrl: 'http://192.168.0.105/index.php/v1',
- filePreview:'http://192.168.0.105/static/uploads/',
- // baseUrl: 'http://192.168.10.164//index.php/v1',
- // filePreview:'http://192.168.10.164/static/uploads/'
+ // baseUrl: 'http://192.168.0.105/index.php/v1',
+ // filePreview:'http://192.168.0.105/static/uploads/',
+ baseUrl: 'http://192.168.10.164//index.php/v1',
+ filePreview:'http://192.168.10.164/static/uploads/'
// baseUrl: 'http://localhost//index.php/v1',
// filePreview:'http://localhost/static/uploads/'
}
\ No newline at end of file
diff --git a/src/pages/Test.vue b/src/pages/Test.vue
index a7ba208..f41ab28 100644
--- a/src/pages/Test.vue
+++ b/src/pages/Test.vue
@@ -6,42 +6,39 @@