Browse Source

移动安装目录,支持根目录index.php访问,也可以像tp5一样只对外开放public一个目录

xurongyao 7 năm trước cách đây
mục cha
commit
06a90032eb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      application/wap/view/first/public/requirejs.html

+ 1 - 1
application/wap/view/first/public/requirejs.html

@@ -24,7 +24,7 @@
                 deps: ['css!yduicss']
             }
         },
-        baseUrl: '//' + location.hostname + "/{__PUBLIC_PATH}",
+        baseUrl: '//' + location.hostname + "{__PUBLIC_PATH}",
         paths: {
             'static': 'static',
             'vue': 'static/plug/vue/dist/vue.min',