浏览代码

删除 'src/app.config.js'

renlian 4 年之前
父节点
当前提交
37bcec208e
共有 1 个文件被更改,包括 0 次插入21 次删除
  1. 0 21
      src/app.config.js

+ 0 - 21
src/app.config.js

@@ -1,21 +0,0 @@
-export default {
-  pages: [
-    'pages/enter/index',
-    'pages/message/index',
-
-    'pages/login/index',
-
-    'pages/index/index',
-    'pages/commodity/index',
-    'pages/details/index',
-    'pages/cantfind/index',
-    'pages/complaint/index',
-    'pages/subsuccess/index',
-  ],
-  window: {
-    backgroundTextStyle: 'light',
-    navigationBarBackgroundColor: '#fff',
-    navigationBarTitleText: 'WeChat',
-    navigationBarTextStyle: 'black'
-  }
-}