Преглед изворни кода

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

xurongyao пре 7 година
родитељ
комит
06a90032eb
1 измењених фајлова са 1 додато и 1 уклоњено
  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',