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

demo dir modify

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