Maurits van der Schee 7 年之前
父節點
當前提交
177daca6ae
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      examples/client_vue.html

+ 1
- 1
examples/client_vue.html 查看文件

@@ -137,7 +137,7 @@
137 137
 var posts = null;
138 138
 
139 139
 var api = axios.create({
140
-  baseURL: 'http://localhost:8000/api.php'
140
+  baseURL: '../api.php'
141 141
 });
142 142
 
143 143
 function findpost (postId) {

Loading…
取消
儲存