Commit ef4a0be0 by 王宇航

將用戶模塊,訂單模塊移出。登陸頁面請求完成,還有錯誤。

parent 864fd762
...@@ -71,8 +71,6 @@ android { ...@@ -71,8 +71,6 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':mvp:arms')
// addComponent 'component_login' // addComponent 'component_login'
// addComponent 'component_register' // addComponent 'component_register'
......
...@@ -61,4 +61,5 @@ public interface IView { ...@@ -61,4 +61,5 @@ public interface IView {
* 杀死自己 * 杀死自己
*/ */
void killMyself(); void killMyself();
} }
...@@ -36,5 +36,5 @@ android { ...@@ -36,5 +36,5 @@ android {
dependencies { dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar']) implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation project(':mvp:arms') implementation project(':arms')
} }
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