提交 09ee09e5 编写于 作者: 打打卡夫卡's avatar 打打卡夫卡

demo dir modify

上级 73391118
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{ {
"path" : "pages/tabBar/Primer/Primer", "path" : "pages/index/index",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "",
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
}, },
{ {
"path" : "pages/tabBar/Advance/Advance", "path" : "pages/advance/advance",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "",
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
}, },
{ {
"path" : "pages/tabBar/SystemAPI/SystemAPI", "path" : "pages/SystemAPI/SystemAPI",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "",
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
}, },
{ {
"path" : "pages/tabBar/SDKIntegration/SDKIntegration", "path" : "pages/SDKIntegration/SDKIntegration",
"style" : "style" :
{ {
"navigationBarTitleText": "", "navigationBarTitleText": "",
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
<script> <script>
import { import {
getBatteryCapacity getBatteryCapacity
} from "../../../utssdk/uts-osapi"; } from "../../uni_modules/uts-osapi";
export default { export default {
data() { data() {
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
clearIntervalTask, clearIntervalTask,
addViewToDecorView, addViewToDecorView,
removeViewToDecorView removeViewToDecorView
} from "../../../utssdk/uts-advance"; } from "../../uni_modules/uts-advance";
export default { export default {
data() { data() {
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
</view> </view>
</template> </template>
<script> <script>
import * as UTSHello from "../../../utssdk/uts-helloworld"; import * as UTSHello from "../../uni_modules/uts-helloworld";
export default { export default {
data() { data() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册