Commit 9014f15c authored by westzmg's avatar westzmg

更换访问路径

parent 33271b5b
# zhu_wap_bridge
# QB移动端JS_SDK
QB移动端JS_SDK
<!DOCTYPE html><html><head><link rel="stylesheet" href="./umi.css"><title>测试Native的WebView</title><meta charset="utf-8"><meta content="text/html; charset=utf-8" http-equiv="Content-Type"><meta content="width=device-width,initial-scale=1,user-scalable=no" name="viewport"><meta name="format-detection" content="telephone=no,address=no"><meta name="apple-mobile-web-app-status-bar-style" content="white"><script>window.routerBase = "/";</script></head><body><div id="root"><div style="display: flex; height: 100%; width: 100%; align-items: center; justify-content: center"><div style="text-align: center">正在进入,请稍后...</div></div></div><script src="./umi.js"></script></body></html>
\ No newline at end of file
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
module.exports = require('./dist');
module.exports = require('./lib');
......@@ -6,7 +6,7 @@
"scripts": {
"start": "PORT=15001 COMPILE_ON_DEMAND=none umi dev",
"build": "umi build",
"dist": "babel components -d dist",
"dist": "babel components -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "westzmg",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment